Html Css Color HEX #B99909 Buddha Gold

📋 copy color: '#B99909'

red 185 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #B99909

Tints of Buddha Gold #B99909

RGB

 RED value IS 185 (72.66% from 255) = 53.31%

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

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

R = 53.31%
G = 44.09%
B = 2.59%

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

#B99909 (or 0xB99909) is known color: Buddha Gold. HEX triplet: B9, 99 and 09. RGB value is (185,153,9). Sum of RGB (Red+Green+Blue) = 185+153+9=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B99909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99909 is #4666F6. Grayscale: #929292. Windows color (decimal): -4613879 or 629177. OLE color: 629177.

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

Color convert

RGB 185 153 9 -
CMYK 0 0.17 0.95 0.27
HSL 49.09º 0.91% 0.38% -
HSV(B) 49.09º 0.95% 0.73% -
XYZ 31.45 33.12 4.99 -
YUV 146.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 185 153 9 0 0.17 0.95 0.27 49.09 0.91 0.38
Hex B9 99 9 0 11 5F 1B 31 5B 26
Octal 271 231 11 0 21 137 33 61 133 46
Binary 10111001 10011001 1001 0 10001 1011111 11011 110001 1011011 100110

Color Harmonies of #B99909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99909

Black with #B99909

Text Example


Text Example

White with #B99909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99909; }

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

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

background-color css

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

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

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

border-color css

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

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

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