Html Css Color HEX #B99415 Buddha Gold

📋 copy color: '#B99415'

red 185 ◦ green 148 ◦ blue 21

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

Shades of Buddha Gold #B99415

Tints of Buddha Gold #B99415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 52.26%
G = 41.81%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99415 (or 0xB99415) is known color: Buddha Gold. HEX triplet: B9, 94 and 15. RGB value is (185,148,21). Sum of RGB (Red+Green+Blue) = 185+148+21=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99415 is #466BEA. Grayscale: #919191. Windows color (decimal): -4615147 or 1414329. OLE color: 1414329.

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

Color convert

RGB 185 148 21 -
CMYK 0 0.20 0.89 0.27
HSL 46.46º 0.8% 0.4% -
HSV(B) 46.46º 0.89% 0.73% -
XYZ 30.73 31.55 5.18 -
YUV 144.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 185 148 21 0 0.20 0.89 0.27 46.46 0.8 0.4
Hex B9 94 15 0 14 59 1B 2E 50 28
Octal 271 224 25 0 24 131 33 56 120 50
Binary 10111001 10010100 10101 0 10100 1011001 11011 101110 1010000 101000

Color Harmonies of #B99415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99415

Black with #B99415

Text Example


Text Example

White with #B99415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99415; }

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

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

background-color css

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

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

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

border-color css

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

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

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