#B69B19

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

Shades of Buddha Gold #B69B19

Tints of Buddha Gold #B69B19

Color information

#B69B19 (or 0xB69B19) is unknown color: approx Buddha Gold. HEX triplet: B6, 9B and 19. RGB value is (182,155,25). Sum of RGB (Red+Green+Blue) = 182+155+25=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69B19 is #4964E6. Grayscale: #949494. Windows color (decimal): -4809959 or 1678262. OLE color: 1678262.

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

Color convert

RGB18215525-
CMYK00.150.860.29
HSL49.68º75.85%40.59%-
HSV(B)49.68º86.26%71.37%-
XYZ31.1933.465.73-
YUV148.2558.45152.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 25 (10.16% from 255) = 6.91%
R=50.28%
G=42.82%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821552500.150.860.2949.6875.8540.59
HexB69B190F561D324c29
Octal26623331017126356211451
Binary101101101001101111001011111010110111011100101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B19; }

 p { color: rgb(182,155,25); }

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

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

 a { background-color: rgb(182,155,25); }

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

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

 span { border-color: rgb(182,155,25); }

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