Html Css Color HEX #BB9B09 Buddha Gold

📋 copy color: '#BB9B09'

red 187 ◦ green 155 ◦ blue 9

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

Shades of Buddha Gold #BB9B09

Tints of Buddha Gold #BB9B09

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 53.28%
G = 44.16%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB9B09 (or 0xBB9B09) is known color: Buddha Gold. HEX triplet: BB, 9B and 09. RGB value is (187,155,9). Sum of RGB (Red+Green+Blue) = 187+155+9=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B09 is #4464F6. Grayscale: #949494. Windows color (decimal): -4482295 or 629691. OLE color: 629691.

HSL color Cylindrical-coordinate representation of color #BB9B09: hue angle of 49.21º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB9B09 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 155 9 -
CMYK 0 0.17 0.95 0.27
HSL 49.21º 0.91% 0.38% -
HSV(B) 49.21º 0.95% 0.73% -
XYZ 32.26 34.03 5.13 -
YUV 147.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 187 155 9 0 0.17 0.95 0.27 49.21 0.91 0.38
Hex BB 9B 9 0 11 5F 1B 31 5B 26
Octal 273 233 11 0 21 137 33 61 133 46
Binary 10111011 10011011 1001 0 10001 1011111 11011 110001 1011011 100110

Color Harmonies of #BB9B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B09

Black with #BB9B09

Text Example


Text Example

White with #BB9B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B09; }

 p { color: rgb(187,155,9); }

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

background-color css

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

 a { background-color: rgb(187,155,9); }

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

border-color css

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

 span { border-color: rgb(187,155,9); }

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