Html Css Color HEX #B99E09 Buddha Gold

📋 copy color: '#B99E09'

red 185 ◦ green 158 ◦ blue 9

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

Shades of Buddha Gold #B99E09

Tints of Buddha Gold #B99E09

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

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

R = 52.56%
G = 44.89%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B99E09 (or 0xB99E09) is known color: Buddha Gold. HEX triplet: B9, 9E and 09. RGB value is (185,158,9). Sum of RGB (Red+Green+Blue) = 185+158+9=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99E09 is #4661F6. Grayscale: #959595. Windows color (decimal): -4612599 or 630457. OLE color: 630457.

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

Color convert

RGB 185 158 9 -
CMYK 0 0.15 0.95 0.27
HSL 50.8º 0.91% 0.38% -
HSV(B) 50.8º 0.95% 0.73% -
XYZ 32.28 34.79 5.27 -
YUV 149.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 185 158 9 0 0.15 0.95 0.27 50.8 0.91 0.38
Hex B9 9E 9 0 F 5F 1B 33 5B 26
Octal 271 236 11 0 17 137 33 63 133 46
Binary 10111001 10011110 1001 0 1111 1011111 11011 110011 1011011 100110

Color Harmonies of #B99E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E09

Black with #B99E09

Text Example


Text Example

White with #B99E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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