Html Css Color HEX #B89909 Buddha Gold

📋 copy color: '#B89909'

red 184 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #B89909

Tints of Buddha Gold #B89909

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

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

R = 53.18%
G = 44.22%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B89909 (or 0xB89909) is known color: Buddha Gold. HEX triplet: B8, 99 and 09. RGB value is (184,153,9). Sum of RGB (Red+Green+Blue) = 184+153+9=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89909 is #4766F6. Grayscale: #929292. Windows color (decimal): -4679415 or 629176. OLE color: 629176.

HSL color Cylindrical-coordinate representation of color #B89909: hue angle of 49.37º 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 #B89909 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 9 -
CMYK 0 0.17 0.95 0.28
HSL 49.37º 0.91% 0.38% -
HSV(B) 49.37º 0.95% 0.72% -
XYZ 31.21 32.99 4.98 -
YUV 145.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 184 153 9 0 0.17 0.95 0.28 49.37 0.91 0.38
Hex B8 99 9 0 11 5F 1C 31 5B 26
Octal 270 231 11 0 21 137 34 61 133 46
Binary 10111000 10011001 1001 0 10001 1011111 11100 110001 1011011 100110

Color Harmonies of #B89909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89909

Black with #B89909

Text Example


Text Example

White with #B89909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89909; }

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

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

background-color css

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

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

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

border-color css

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

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

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