#B69F1E

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

Shades of Buddha Gold #B69F1E

Tints of Buddha Gold #B69F1E

Color information

#B69F1E (or 0xB69F1E) is unknown color: approx Buddha Gold. HEX triplet: B6, 9F and 1E. RGB value is (182,159,30). Sum of RGB (Red+Green+Blue) = 182+159+30=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69F1E is #4960E1. Grayscale: #979797. Windows color (decimal): -4808930 or 2006966. OLE color: 2006966.

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

Color convert

RGB18215930-
CMYK00.130.840.29
HSL50.92º71.7%41.57%-
HSV(B)50.92º83.52%71.37%-
XYZ31.9234.846.27-
YUV151.1759.62149.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=49.06%
G=42.86%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821593000.130.840.2950.9271.741.57
HexB69F1E0D541D33482a
Octal26623736015124356311052
Binary101101101001111111110011011010100111011100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F1E; }

 p { color: rgb(182,159,30); }

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

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

 a { background-color: rgb(182,159,30); }

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

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

 span { border-color: rgb(182,159,30); }

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