#B6645B

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

Shades of Sunglo #B6645B

Tints of Sunglo #B6645B

Color information

#B6645B (or 0xB6645B) is unknown color: approx Sunglo. HEX triplet: B6, 64 and 5B. RGB value is (182,100,91). Sum of RGB (Red+Green+Blue) = 182+100+91=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6645B is #499BA4. Grayscale: #7B7B7B. Windows color (decimal): -4823973 or 5989558. OLE color: 5989558.

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

Color convert

RGB18210091-
CMYK00.450.50.29
HSL5.93º38.4%53.53%-
HSV(B)5.93º50%71.37%-
XYZ25.7419.8112.37-
YUV123.49109.67169.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=48.79%
G=26.81%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821009100.450.50.295.9338.453.53
HexB6645B02D321D62636
Octal266144133055623564666
Binary1011011011001001011011010110111001011101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6645B; }

 p { color: rgb(182,100,91); }

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

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

 a { background-color: rgb(182,100,91); }

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

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

 span { border-color: rgb(182,100,91); }

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