#B6981B

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

Shades of Buddha Gold #B6981B

Tints of Buddha Gold #B6981B

Color information

#B6981B (or 0xB6981B) is unknown color: approx Buddha Gold. HEX triplet: B6, 98 and 1B. RGB value is (182,152,27). Sum of RGB (Red+Green+Blue) = 182+152+27=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6981B is #4967E4. Grayscale: #939393. Windows color (decimal): -4810725 or 1808566. OLE color: 1808566.

HSL color Cylindrical-coordinate representation of color #B6981B: hue angle of 48.39º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6981B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18215227-
CMYK00.160.850.29
HSL48.39º74.16%40.98%-
HSV(B)48.39º85.16%71.37%-
XYZ30.7232.485.69-
YUV146.7260.44153.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 27 (10.94% from 255) = 7.48%
R=50.42%
G=42.11%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821522700.160.850.2948.3974.1640.98
HexB6981B010551D304a29
Octal26623033020125356011251
Binary1011011010011000110110100001010101111011100001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6981B; }

 p { color: rgb(182,152,27); }

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

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

 a { background-color: rgb(182,152,27); }

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

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

 span { border-color: rgb(182,152,27); }

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