Html Css Color HEX #B99015 Buddha Gold

📋 copy color: '#B99015'

red 185 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #B99015

Tints of Buddha Gold #B99015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 52.86%
G = 41.14%
B = 6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99015 (or 0xB99015) is known color: Buddha Gold. HEX triplet: B9, 90 and 15. RGB value is (185,144,21). Sum of RGB (Red+Green+Blue) = 185+144+21=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B99015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99015 is #466FEA. Grayscale: #8E8E8E. Windows color (decimal): -4616171 or 1413305. OLE color: 1413305.

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

Color convert

RGB 185 144 21 -
CMYK 0 0.22 0.89 0.27
HSL 45º 0.8% 0.4% -
HSV(B) 45º 0.89% 0.73% -
XYZ 30.12 30.31 4.97 -
YUV 142.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 185 144 21 0 0.22 0.89 0.27 45 0.8 0.4
Hex B9 90 15 0 16 59 1B 2D 50 28
Octal 271 220 25 0 26 131 33 55 120 50
Binary 10111001 10010000 10101 0 10110 1011001 11011 101101 1010000 101000

Color Harmonies of #B99015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99015

Black with #B99015

Text Example


Text Example

White with #B99015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99015; }

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

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

background-color css

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

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

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

border-color css

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

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

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