Html Css Color HEX #B99016 Buddha Gold

📋 copy color: '#B99016'

red 185 ◦ green 144 ◦ blue 22

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

Shades of Buddha Gold #B99016

Tints of Buddha Gold #B99016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 52.71%
G = 41.03%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99016 (or 0xB99016) is known color: Buddha Gold. HEX triplet: B9, 90 and 16. RGB value is (185,144,22). Sum of RGB (Red+Green+Blue) = 185+144+22=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99016 is #466FE9. Grayscale: #8E8E8E. Windows color (decimal): -4616170 or 1478841. OLE color: 1478841.

HSL color Cylindrical-coordinate representation of color #B99016: hue angle of 44.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99016 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 22 -
CMYK 0 0.22 0.88 0.27
HSL 44.91º 0.79% 0.41% -
HSV(B) 44.91º 0.88% 0.73% -
XYZ 30.13 30.32 5.02 -
YUV 142.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 185 144 22 0 0.22 0.88 0.27 44.91 0.79 0.41
Hex B9 90 16 0 16 58 1B 2D 4F 29
Octal 271 220 26 0 26 130 33 55 117 51
Binary 10111001 10010000 10110 0 10110 1011000 11011 101101 1001111 101001

Color Harmonies of #B99016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99016

Black with #B99016

Text Example


Text Example

White with #B99016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99016; }

 p { color: rgb(185,144,22); }

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

background-color css

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

 a { background-color: rgb(185,144,22); }

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

border-color css

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

 span { border-color: rgb(185,144,22); }

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