Html Css Color HEX #B89B09 Buddha Gold

📋 copy color: '#B89B09'

red 184 ◦ green 155 ◦ blue 9

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

Shades of Buddha Gold #B89B09

Tints of Buddha Gold #B89B09

RGB

 RED value IS 184 (72.27% from 255) = 52.87%

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

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

R = 52.87%
G = 44.54%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B89B09 (or 0xB89B09) is known color: Buddha Gold. HEX triplet: B8, 9B and 09. RGB value is (184,155,9). Sum of RGB (Red+Green+Blue) = 184+155+9=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B09 is #4764F6. Grayscale: #939393. Windows color (decimal): -4678903 or 629688. OLE color: 629688.

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

Color convert

RGB 184 155 9 -
CMYK 0 0.16 0.95 0.28
HSL 50.06º 0.91% 0.38% -
HSV(B) 50.06º 0.95% 0.72% -
XYZ 31.54 33.65 5.09 -
YUV 147.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 184 155 9 0 0.16 0.95 0.28 50.06 0.91 0.38
Hex B8 9B 9 0 10 5F 1C 32 5B 26
Octal 270 233 11 0 20 137 34 62 133 46
Binary 10111000 10011011 1001 0 10000 1011111 11100 110010 1011011 100110

Color Harmonies of #B89B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B09

Black with #B89B09

Text Example


Text Example

White with #B89B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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