#B7655B

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

Shades of Sunglo #B7655B

Tints of Sunglo #B7655B

Color information

#B7655B (or 0xB7655B) is unknown color: approx Sunglo. HEX triplet: B7, 65 and 5B. RGB value is (183,101,91). Sum of RGB (Red+Green+Blue) = 183+101+91=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7655B is #489AA4. Grayscale: #7C7C7C. Windows color (decimal): -4758181 or 5989815. OLE color: 5989815.

HSL color Cylindrical-coordinate representation of color #B7655B: hue angle of 6.52º 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 #B7655B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18310191-
CMYK00.450.500.28
HSL6.52º38.98%53.73%-
HSV(B)6.52º50.27%71.76%-
XYZ26.0720.1312.41-
YUV124.38109.17169.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=48.8%
G=26.93%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831019100.450.500.286.5238.9853.73
HexB7655B02D321C72736
Octal267145133055623474766
Binary1011011111001011011011010110111001011100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7655B; }

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

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

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

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

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

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

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

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