Html Css Color HEX #BFA808 Buddha Gold

📋 copy color: '#BFA808'

red 191 ◦ green 168 ◦ blue 8

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

Shades of Buddha Gold #BFA808

Tints of Buddha Gold #BFA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.78%

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

R = 52.04%
G = 45.78%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA808 (or 0xBFA808) is known color: Buddha Gold. HEX triplet: BF, A8 and 08. RGB value is (191,168,8). Sum of RGB (Red+Green+Blue) = 191+168+8=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA808 is #4057F7. Grayscale: #9D9D9D. Windows color (decimal): -4216824 or 567487. OLE color: 567487.

HSL color Cylindrical-coordinate representation of color #BFA808: hue angle of 52.46º 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 #BFA808 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 8 -
CMYK 0 0.12 0.96 0.25
HSL 52.46º 0.92% 0.39% -
HSV(B) 52.46º 0.96% 0.75% -
XYZ 35.53 39.1 5.9 -
YUV 156.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 191 168 8 0 0.12 0.96 0.25 52.46 0.92 0.39
Hex BF A8 8 0 C 60 19 34 5C 27
Octal 277 250 10 0 14 140 31 64 134 47
Binary 10111111 10101000 1000 0 1100 1100000 11001 110100 1011100 100111

Color Harmonies of #BFA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA808

Black with #BFA808

Text Example


Text Example

White with #BFA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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