#B7665B

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

Shades of Sunglo #B7665B

Tints of Sunglo #B7665B

Color information

#B7665B (or 0xB7665B) is unknown color: approx Sunglo. HEX triplet: B7, 66 and 5B. RGB value is (183,102,91). Sum of RGB (Red+Green+Blue) = 183+102+91=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7665B is #4899A4. Grayscale: #7D7D7D. Windows color (decimal): -4757925 or 5990071. OLE color: 5990071.

HSL color Cylindrical-coordinate representation of color #B7665B: hue angle of 7.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7665B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18310291-
CMYK00.440.500.28
HSL7.17º38.98%53.73%-
HSV(B)7.17º50.27%71.76%-
XYZ26.1720.3312.44-
YUV124.96108.84169.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=48.67%
G=27.13%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831029100.440.500.287.1738.9853.73
HexB7665B02C321C72736
Octal267146133054623474766
Binary1011011111001101011011010110011001011100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7665B; }

 p { color: rgb(183,102,91); }

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

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

 a { background-color: rgb(183,102,91); }

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

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

 span { border-color: rgb(183,102,91); }

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