#B6901B

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

Shades of Buddha Gold #B6901B

Tints of Buddha Gold #B6901B

Color information

#B6901B (or 0xB6901B) is unknown color: approx Buddha Gold. HEX triplet: B6, 90 and 1B. RGB value is (182,144,27). Sum of RGB (Red+Green+Blue) = 182+144+27=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6901B is #496FE4. Grayscale: #8E8E8E. Windows color (decimal): -4812773 or 1806518. OLE color: 1806518.

HSL color Cylindrical-coordinate representation of color #B6901B: hue angle of 45.29º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6901B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18214427-
CMYK00.210.850.29
HSL45.29º74.16%40.98%-
HSV(B)45.29º85.16%71.37%-
XYZ29.4629.975.27-
YUV142.0263.09156.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=51.56%
G=40.79%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821442700.210.850.2945.2974.1640.98
HexB6901B015551D2d4a29
Octal26622033025125355511251
Binary1011011010010000110110101011010101111011011011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6901B; }

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

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

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

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

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

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

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

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