#B9675C

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

Shades of Sunglo #B9675C

Tints of Sunglo #B9675C

Color information

#B9675C (or 0xB9675C) is unknown color: approx Sunglo. HEX triplet: B9, 67 and 5C. RGB value is (185,103,92). Sum of RGB (Red+Green+Blue) = 185+103+92=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9675C is #4698A3. Grayscale: #7E7E7E. Windows color (decimal): -4626596 or 6055865. OLE color: 6055865.

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

Color convert

RGB18510392-
CMYK00.440.500.27
HSL7.1º39.91%54.31%-
HSV(B)7.1º50.27%72.55%-
XYZ26.7920.7912.73-
YUV126.26108.67169.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=48.68%
G=27.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851039200.440.500.277.139.9154.31
HexB9675C02C321B72836
Octal271147134054623375066
Binary1011100111001111011100010110011001011011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9675C; }

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

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

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

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

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

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

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

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