#B6901A

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

Shades of Buddha Gold #B6901A

Tints of Buddha Gold #B6901A

Color information

#B6901A (or 0xB6901A) is unknown color: approx Buddha Gold. HEX triplet: B6, 90 and 1A. RGB value is (182,144,26). Sum of RGB (Red+Green+Blue) = 182+144+26=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B6901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6901A is #496FE5. Grayscale: #8E8E8E. Windows color (decimal): -4812774 or 1740982. OLE color: 1740982.

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

Color convert

RGB18214426-
CMYK00.210.860.29
HSL45.38º75%40.78%-
HSV(B)45.38º85.71%71.37%-
XYZ29.4529.975.21-
YUV141.9162.59156.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 26 (10.55% from 255) = 7.39%
R=51.70%
G=40.91%
B=7.39%

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
Decimal1821442600.210.860.2945.387540.78
HexB6901A015561D2d4b29
Octal26622032025126355511351
Binary1011011010010000110100101011010110111011011011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6901A; }

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

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

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

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

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

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

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

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