#B69B09

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

Shades of Buddha Gold #B69B09

Tints of Buddha Gold #B69B09

Color information

#B69B09 (or 0xB69B09) is unknown color: approx Buddha Gold. HEX triplet: B6, 9B and 09. RGB value is (182,155,9). Sum of RGB (Red+Green+Blue) = 182+155+9=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69B09 is #4964F6. Grayscale: #939393. Windows color (decimal): -4809975 or 629686. OLE color: 629686.

HSL color Cylindrical-coordinate representation of color #B69B09: hue angle of 50.64º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B69B09 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1821559-
CMYK00.150.950.29
HSL50.64º90.58%37.45%-
HSV(B)50.64º95.05%71.37%-
XYZ31.0633.415.07-
YUV146.4350.45153.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 9 (3.91% from 255) = 2.60%
R=52.60%
G=44.80%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182155900.150.950.2950.6490.5837.45
HexB69B90F5F1D335b25
Octal26623311017137356313345
Binary10110110100110111001011111011111111011100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B09; }

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

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

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

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

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

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

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

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