#B68F1A

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

Shades of Buddha Gold #B68F1A

Tints of Buddha Gold #B68F1A

Color information

#B68F1A (or 0xB68F1A) is unknown color: approx Buddha Gold. HEX triplet: B6, 8F and 1A. RGB value is (182,143,26). Sum of RGB (Red+Green+Blue) = 182+143+26=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F1A is #4970E5. Grayscale: #8D8D8D. Windows color (decimal): -4813030 or 1740726. OLE color: 1740726.

HSL color Cylindrical-coordinate representation of color #B68F1A: hue angle of 45º 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 #B68F1A is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18214326-
CMYK00.210.860.29
HSL45º75%40.78%-
HSV(B)45º85.71%71.37%-
XYZ29.329.665.16-
YUV141.3262.92157.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=51.85%
G=40.74%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821432600.210.860.29457540.78
HexB68F1A015561D2d4b29
Octal26621732025126355511351
Binary1011011010001111110100101011010110111011011011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F1A; }

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

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

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

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

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

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

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

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