#B9665B

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

Shades of Sunglo #B9665B

Tints of Sunglo #B9665B

Color information

#B9665B (or 0xB9665B) is unknown color: approx Sunglo. HEX triplet: B9, 66 and 5B. RGB value is (185,102,91). Sum of RGB (Red+Green+Blue) = 185+102+91=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9665B is #4699A4. Grayscale: #7D7D7D. Windows color (decimal): -4626853 or 5990073. OLE color: 5990073.

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

Color convert

RGB18510291-
CMYK00.450.510.27
HSL7.02º40.17%54.12%-
HSV(B)7.02º50.81%72.55%-
XYZ26.6520.5712.46-
YUV125.56108.5170.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=48.94%
G=26.98%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851029100.450.510.277.0240.1754.12
HexB9665B02D331B72836
Octal271146133055633375066
Binary1011100111001101011011010110111001111011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9665B; }

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

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

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

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

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

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

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

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