#B7991A

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

Shades of Buddha Gold #B7991A

Tints of Buddha Gold #B7991A

Color information

#B7991A (or 0xB7991A) is unknown color: approx Buddha Gold. HEX triplet: B7, 99 and 1A. RGB value is (183,153,26). Sum of RGB (Red+Green+Blue) = 183+153+26=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7991A is #4866E5. Grayscale: #949494. Windows color (decimal): -4744934 or 1743287. OLE color: 1743287.

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

Color convert

RGB18315326-
CMYK00.160.860.28
HSL48.54º75.12%40.98%-
HSV(B)48.54º85.79%71.76%-
XYZ31.1132.925.69-
YUV147.4959.44153.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 26 (10.55% from 255) = 7.18%
R=50.55%
G=42.27%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831532600.160.860.2848.5475.1240.98
HexB7991A010561C314b29
Octal26723132020126346111351
Binary1011011110011001110100100001010110111001100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7991A; }

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

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

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

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

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

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

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

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