#B7991E

Color #B7991E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B7991E

Tints of Buddha Gold #B7991E

Color information

#B7991E (or 0xB7991E) is unknown color: approx Buddha Gold. HEX triplet: B7, 99 and 1E. RGB value is (183,153,30). Sum of RGB (Red+Green+Blue) = 183+153+30=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7991E is #4866E1. Grayscale: #949494. Windows color (decimal): -4744930 or 2005431. OLE color: 2005431.

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

Color convert

RGB18315330-
CMYK00.160.840.28
HSL48.24º71.83%41.76%-
HSV(B)48.24º83.61%71.76%-
XYZ31.1532.945.95-
YUV147.9561.44153-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=50%
G=41.80%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831533000.160.840.2848.2471.8341.76
HexB7991E010541C30482a
Octal26723136020124346011052
Binary1011011110011001111100100001010100111001100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7991E; }

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

 H1.HeaderClassName
 {
   color: #B7991E;
 }
 .AnyTagClassName
 {
   color: #B7991E;
 }
</style>
background-color css

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

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

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

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

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

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