Html Css Color HEX #BFA10B Buddha Gold

📋 copy color: '#BFA10B'

red 191 ◦ green 161 ◦ blue 11

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

Shades of Buddha Gold #BFA10B

Tints of Buddha Gold #BFA10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 52.62%
G = 44.35%
B = 3.03%

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

#BFA10B (or 0xBFA10B) is known color: Buddha Gold. HEX triplet: BF, A1 and 0B. RGB value is (191,161,11). Sum of RGB (Red+Green+Blue) = 191+161+11=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA10B is #405EF4. Grayscale: #999999. Windows color (decimal): -4218613 or 762303. OLE color: 762303.

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

Color convert

RGB 191 161 11 -
CMYK 0 0.16 0.94 0.25
HSL 50º 0.89% 0.4% -
HSV(B) 50º 0.94% 0.75% -
XYZ 34.29 36.59 5.57 -
YUV 152.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 191 161 11 0 0.16 0.94 0.25 50 0.89 0.4
Hex BF A1 B 0 10 5E 19 32 59 28
Octal 277 241 13 0 20 136 31 62 131 50
Binary 10111111 10100001 1011 0 10000 1011110 11001 110010 1011001 101000

Color Harmonies of #BFA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA10B

Black with #BFA10B

Text Example


Text Example

White with #BFA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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