Html Css Color HEX #B99E1D Buddha Gold

📋 copy color: '#B99E1D'

red 185 ◦ green 158 ◦ blue 29

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

Shades of Buddha Gold #B99E1D

Tints of Buddha Gold #B99E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 49.73%
G = 42.47%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B99E1D (or 0xB99E1D) is known color: Buddha Gold. HEX triplet: B9, 9E and 1D. RGB value is (185,158,29). Sum of RGB (Red+Green+Blue) = 185+158+29=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E1D is #4661E2. Grayscale: #979797. Windows color (decimal): -4612579 or 1941177. OLE color: 1941177.

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

Color convert

RGB 185 158 29 -
CMYK 0 0.15 0.84 0.27
HSL 49.62º 0.73% 0.42% -
HSV(B) 49.62º 0.84% 0.73% -
XYZ 32.46 34.86 6.18 -
YUV 151.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 185 158 29 0 0.15 0.84 0.27 49.62 0.73 0.42
Hex B9 9E 1D 0 F 54 1B 32 49 2A
Octal 271 236 35 0 17 124 33 62 111 52
Binary 10111001 10011110 11101 0 1111 1010100 11011 110010 1001001 101010

Color Harmonies of #B99E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E1D

Black with #B99E1D

Text Example


Text Example

White with #B99E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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