Html Css Color HEX #BFA508 Buddha Gold

📋 copy color: '#BFA508'

red 191 ◦ green 165 ◦ blue 8

#BFA508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BFA508

Tints of Buddha Gold #BFA508

RGB

 RED value IS 191 (75% from 255) = 52.47%

 GREEN value IS 165 (64.84% from 255) = 45.33%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 52.47%
G = 45.33%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFA508 (or 0xBFA508) is known color: Buddha Gold. HEX triplet: BF, A5 and 08. RGB value is (191,165,8). Sum of RGB (Red+Green+Blue) = 191+165+8=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA508 is #405AF7. Grayscale: #9B9B9B. Windows color (decimal): -4217592 or 566719. OLE color: 566719.

HSL color Cylindrical-coordinate representation of color #BFA508: hue angle of 51.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFA508 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 8 -
CMYK 0 0.14 0.96 0.25
HSL 51.48º 0.92% 0.39% -
HSV(B) 51.48º 0.96% 0.75% -
XYZ 34.98 38 5.72 -
YUV 154.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 191 165 8 0 0.14 0.96 0.25 51.48 0.92 0.39
Hex BF A5 8 0 E 60 19 33 5C 27
Octal 277 245 10 0 16 140 31 63 134 47
Binary 10111111 10100101 1000 0 1110 1100000 11001 110011 1011100 100111

Color Harmonies of #BFA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA508

Black with #BFA508

Text Example


Text Example

White with #BFA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA508; }

 p { color: rgb(191,165,8); }

 H1.HeaderClassName
 {
   color: #BFA508;
 }
 .AnyTagClassName
 {
   color: #BFA508;
 }
</style>

background-color css

<style>
 a { background-color: #BFA508; }

 a { background-color: rgb(191,165,8); }

 div.DivClassName
 {
   background-color: #BFA508;
 }
 .BgClassName
 {
   background-color: #BFA508;
 }
</style>

border-color css

<style>
 span { border-color: #BFA508; }

 span { border-color: rgb(191,165,8); }

 td.TdClassName
 {
   border-color: #BFA508;
 }
 .TagClassName
 {
   border-color: #BFA508;
 }
</style>