#B68E1A

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

Shades of Buddha Gold #B68E1A

Tints of Buddha Gold #B68E1A

Color information

#B68E1A (or 0xB68E1A) is unknown color: approx Buddha Gold. HEX triplet: B6, 8E and 1A. RGB value is (182,142,26). Sum of RGB (Red+Green+Blue) = 182+142+26=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E1A is #4971E5. Grayscale: #8D8D8D. Windows color (decimal): -4813286 or 1740470. OLE color: 1740470.

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

Color convert

RGB18214226-
CMYK00.220.860.29
HSL44.62º75%40.78%-
HSV(B)44.62º85.71%71.37%-
XYZ29.1529.375.11-
YUV140.7463.25157.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 26 (10.55% from 255) = 7.43%
R=52%
G=40.57%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821422600.220.860.2944.627540.78
HexB68E1A016561D2d4b29
Octal26621632026126355511351
Binary1011011010001110110100101101010110111011011011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E1A; }

 p { color: rgb(182,142,26); }

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

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

 a { background-color: rgb(182,142,26); }

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

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

 span { border-color: rgb(182,142,26); }

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