Html Css Color HEX #B9991E Buddha Gold

📋 copy color: '#B9991E'

red 185 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #B9991E

Tints of Buddha Gold #B9991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 50.27%
G = 41.58%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9991E (or 0xB9991E) is known color: Buddha Gold. HEX triplet: B9, 99 and 1E. RGB value is (185,153,30). Sum of RGB (Red+Green+Blue) = 185+153+30=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9991E is #4666E1. Grayscale: #959595. Windows color (decimal): -4613858 or 2005433. OLE color: 2005433.

HSL color Cylindrical-coordinate representation of color #B9991E: hue angle of 47.61º degrees, saturation: 0.72, 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 #B9991E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 30 -
CMYK 0 0.17 0.84 0.27
HSL 47.61º 0.72% 0.42% -
HSV(B) 47.61º 0.84% 0.73% -
XYZ 31.63 33.19 5.97 -
YUV 148.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 185 153 30 0 0.17 0.84 0.27 47.61 0.72 0.42
Hex B9 99 1E 0 11 54 1B 30 48 2A
Octal 271 231 36 0 21 124 33 60 110 52
Binary 10111001 10011001 11110 0 10001 1010100 11011 110000 1001000 101010

Color Harmonies of #B9991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9991E

Black with #B9991E

Text Example


Text Example

White with #B9991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9991E; }

 p { color: rgb(185,153,30); }

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

background-color css

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

 a { background-color: rgb(185,153,30); }

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

border-color css

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

 span { border-color: rgb(185,153,30); }

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