Html Css Color HEX #BFAA0C Buddha Gold

📋 copy color: '#BFAA0C'

red 191 ◦ green 170 ◦ blue 12

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

Shades of Buddha Gold #BFAA0C

Tints of Buddha Gold #BFAA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 51.21%
G = 45.58%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFAA0C (or 0xBFAA0C) is known color: Buddha Gold. HEX triplet: BF, AA and 0C. RGB value is (191,170,12). Sum of RGB (Red+Green+Blue) = 191+170+12=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAA0C is #4055F3. Grayscale: #9E9E9E. Windows color (decimal): -4216308 or 830143. OLE color: 830143.

HSL color Cylindrical-coordinate representation of color #BFAA0C: hue angle of 52.96º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFAA0C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 12 -
CMYK 0 0.11 0.94 0.25
HSL 52.96º 0.88% 0.4% -
HSV(B) 52.96º 0.94% 0.75% -
XYZ 35.93 39.85 6.15 -
YUV 158.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 191 170 12 0 0.11 0.94 0.25 52.96 0.88 0.4
Hex BF AA C 0 B 5E 19 35 58 28
Octal 277 252 14 0 13 136 31 65 130 50
Binary 10111111 10101010 1100 0 1011 1011110 11001 110101 1011000 101000

Color Harmonies of #BFAA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA0C

Black with #BFAA0C

Text Example


Text Example

White with #BFAA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA0C; }

 p { color: rgb(191,170,12); }

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

background-color css

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

 a { background-color: rgb(191,170,12); }

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

border-color css

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

 span { border-color: rgb(191,170,12); }

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