Html Css Color HEX #BFAB0B Buddha Gold

📋 copy color: '#BFAB0B'

red 191 ◦ green 171 ◦ blue 11

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

Shades of Buddha Gold #BFAB0B

Tints of Buddha Gold #BFAB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

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

R = 51.21%
G = 45.84%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFAB0B (or 0xBFAB0B) is known color: Buddha Gold. HEX triplet: BF, AB and 0B. RGB value is (191,171,11). Sum of RGB (Red+Green+Blue) = 191+171+11=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB0B is #4054F4. Grayscale: #9F9F9F. Windows color (decimal): -4216053 or 764863. OLE color: 764863.

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

Color convert

RGB 191 171 11 -
CMYK 0 0.10 0.94 0.25
HSL 53.33º 0.89% 0.4% -
HSV(B) 53.33º 0.94% 0.75% -
XYZ 36.11 40.23 6.18 -
YUV 158.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 191 171 11 0 0.10 0.94 0.25 53.33 0.89 0.4
Hex BF AB B 0 A 5E 19 35 59 28
Octal 277 253 13 0 12 136 31 65 131 50
Binary 10111111 10101011 1011 0 1010 1011110 11001 110101 1011001 101000

Color Harmonies of #BFAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB0B

Black with #BFAB0B

Text Example


Text Example

White with #BFAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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