Html Css Color HEX #B99E1C Buddha Gold

📋 copy color: '#B99E1C'

red 185 ◦ green 158 ◦ blue 28

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

Shades of Buddha Gold #B99E1C

Tints of Buddha Gold #B99E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 49.87%
G = 42.59%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B99E1C (or 0xB99E1C) is known color: Buddha Gold. HEX triplet: B9, 9E and 1C. RGB value is (185,158,28). Sum of RGB (Red+Green+Blue) = 185+158+28=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E1C is #4661E3. Grayscale: #979797. Windows color (decimal): -4612580 or 1875641. OLE color: 1875641.

HSL color Cylindrical-coordinate representation of color #B99E1C: hue angle of 49.68º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B99E1C is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 28 -
CMYK 0 0.15 0.85 0.27
HSL 49.68º 0.74% 0.42% -
HSV(B) 49.68º 0.85% 0.73% -
XYZ 32.44 34.85 6.12 -
YUV 151.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 185 158 28 0 0.15 0.85 0.27 49.68 0.74 0.42
Hex B9 9E 1C 0 F 55 1B 32 4A 2A
Octal 271 236 34 0 17 125 33 62 112 52
Binary 10111001 10011110 11100 0 1111 1010101 11011 110010 1001010 101010

Color Harmonies of #B99E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E1C

Black with #B99E1C

Text Example


Text Example

White with #B99E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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