#B6990A

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

Shades of Buddha Gold #B6990A

Tints of Buddha Gold #B6990A

Color information

#B6990A (or 0xB6990A) is unknown color: approx Buddha Gold. HEX triplet: B6, 99 and 0A. RGB value is (182,153,10). Sum of RGB (Red+Green+Blue) = 182+153+10=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6990A is #4966F5. Grayscale: #919191. Windows color (decimal): -4810486 or 694710. OLE color: 694710.

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

Color convert

RGB18215310-
CMYK00.160.950.29
HSL49.88º89.58%37.65%-
HSV(B)49.88º94.51%71.37%-
XYZ30.7432.754.99-
YUV145.3751.61154.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 10 (4.30% from 255) = 2.90%
R=52.75%
G=44.35%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821531000.160.950.2949.8889.5837.65
HexB699A0105F1D325a26
Octal26623112020137356213246
Binary101101101001100110100100001011111111011100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6990A; }

 p { color: rgb(182,153,10); }

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

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

 a { background-color: rgb(182,153,10); }

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

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

 span { border-color: rgb(182,153,10); }

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