Html Css Color HEX #BFA10C Buddha Gold

📋 copy color: '#BFA10C'

red 191 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #BFA10C

Tints of Buddha Gold #BFA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

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

R = 52.47%
G = 44.23%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFA10C (or 0xBFA10C) is known color: Buddha Gold. HEX triplet: BF, A1 and 0C. RGB value is (191,161,12). Sum of RGB (Red+Green+Blue) = 191+161+12=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA10C is #405EF3. Grayscale: #999999. Windows color (decimal): -4218612 or 827839. OLE color: 827839.

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

Color convert

RGB 191 161 12 -
CMYK 0 0.16 0.94 0.25
HSL 49.94º 0.88% 0.4% -
HSV(B) 49.94º 0.94% 0.75% -
XYZ 34.3 36.59 5.6 -
YUV 152.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 191 161 12 0 0.16 0.94 0.25 49.94 0.88 0.4
Hex BF A1 C 0 10 5E 19 32 58 28
Octal 277 241 14 0 20 136 31 62 130 50
Binary 10111111 10100001 1100 0 10000 1011110 11001 110010 1011000 101000

Color Harmonies of #BFA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA10C

Black with #BFA10C

Text Example


Text Example

White with #BFA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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