#B6625A

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

Shades of Sunglo #B6625A

Tints of Sunglo #B6625A

Color information

#B6625A (or 0xB6625A) is unknown color: approx Sunglo. HEX triplet: B6, 62 and 5A. RGB value is (182,98,90). Sum of RGB (Red+Green+Blue) = 182+98+90=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6625A is #499DA5. Grayscale: #7A7A7A. Windows color (decimal): -4824486 or 5923510. OLE color: 5923510.

HSL color Cylindrical-coordinate representation of color #B6625A: hue angle of 5.22º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6625A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1829890-
CMYK00.460.510.29
HSL5.22º38.66%53.33%-
HSV(B)5.22º50.55%71.37%-
XYZ25.519.4212.08-
YUV122.2109.83170.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=49.19%
G=26.49%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182989000.460.510.295.2238.6653.33
HexB6625A02E331D52735
Octal266142132056633554765
Binary1011011011000101011010010111011001111101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6625A; }

 p { color: rgb(182,98,90); }

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

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

 a { background-color: rgb(182,98,90); }

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

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

 span { border-color: rgb(182,98,90); }

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