#B9655C

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

Shades of Sunglo #B9655C

Tints of Sunglo #B9655C

Color information

#B9655C (or 0xB9655C) is unknown color: approx Sunglo. HEX triplet: B9, 65 and 5C. RGB value is (185,101,92). Sum of RGB (Red+Green+Blue) = 185+101+92=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9655C is #469AA3. Grayscale: #7D7D7D. Windows color (decimal): -4627108 or 6055353. OLE color: 6055353.

HSL color Cylindrical-coordinate representation of color #B9655C: hue angle of 5.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9655C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18510192-
CMYK00.450.500.27
HSL5.81º39.91%54.31%-
HSV(B)5.81º50.27%72.55%-
XYZ26.5920.3912.66-
YUV125.09109.33170.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=48.94%
G=26.72%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851019200.450.500.275.8139.9154.31
HexB9655C02D321B62836
Octal271145134055623365066
Binary1011100111001011011100010110111001011011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9655C; }

 p { color: rgb(185,101,92); }

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

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

 a { background-color: rgb(185,101,92); }

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

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

 span { border-color: rgb(185,101,92); }

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