Html Css Color HEX #BB9F0B Buddha Gold

📋 copy color: '#BB9F0B'

red 187 ◦ green 159 ◦ blue 11

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

Shades of Buddha Gold #BB9F0B

Tints of Buddha Gold #BB9F0B

RGB

 RED value IS 187 (73.44% from 255) = 52.38%

 GREEN value IS 159 (62.5% from 255) = 44.54%

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

R = 52.38%
G = 44.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB9F0B (or 0xBB9F0B) is known color: Buddha Gold. HEX triplet: BB, 9F and 0B. RGB value is (187,159,11). Sum of RGB (Red+Green+Blue) = 187+159+11=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9F0B is #4460F4. Grayscale: #979797. Windows color (decimal): -4481269 or 761787. OLE color: 761787.

HSL color Cylindrical-coordinate representation of color #BB9F0B: hue angle of 50.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB9F0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 11 -
CMYK 0 0.15 0.94 0.27
HSL 50.45º 0.89% 0.39% -
HSV(B) 50.45º 0.94% 0.73% -
XYZ 32.95 35.39 5.41 -
YUV 150.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 187 159 11 0 0.15 0.94 0.27 50.45 0.89 0.39
Hex BB 9F B 0 F 5E 1B 32 59 27
Octal 273 237 13 0 17 136 33 62 131 47
Binary 10111011 10011111 1011 0 1111 1011110 11011 110010 1011001 100111

Color Harmonies of #BB9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F0B

Black with #BB9F0B

Text Example


Text Example

White with #BB9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F0B; }

 p { color: rgb(187,159,11); }

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

background-color css

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

 a { background-color: rgb(187,159,11); }

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

border-color css

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

 span { border-color: rgb(187,159,11); }

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