#B9665C

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

Shades of Sunglo #B9665C

Tints of Sunglo #B9665C

Color information

#B9665C (or 0xB9665C) is unknown color: approx Sunglo. HEX triplet: B9, 66 and 5C. RGB value is (185,102,92). Sum of RGB (Red+Green+Blue) = 185+102+92=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9665C is #4699A3. Grayscale: #7D7D7D. Windows color (decimal): -4626852 or 6055609. OLE color: 6055609.

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

Color convert

RGB18510292-
CMYK00.450.500.27
HSL6.45º39.91%54.31%-
HSV(B)6.45º50.27%72.55%-
XYZ26.6920.5912.69-
YUV125.68109170.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=48.81%
G=26.91%
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.27
SystemRedGreenBlueCMYKHSL
Decimal1851029200.450.500.276.4539.9154.31
HexB9665C02D321B62836
Octal271146134055623365066
Binary1011100111001101011100010110111001011011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9665C; }

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

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

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

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

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

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

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

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