#B9675B

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

Shades of Sunglo #B9675B

Tints of Sunglo #B9675B

Color information

#B9675B (or 0xB9675B) is unknown color: approx Sunglo. HEX triplet: B9, 67 and 5B. RGB value is (185,103,91). Sum of RGB (Red+Green+Blue) = 185+103+91=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9675B is #4698A4. Grayscale: #7E7E7E. Windows color (decimal): -4626597 or 5990329. OLE color: 5990329.

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

Color convert

RGB18510391-
CMYK00.440.510.27
HSL7.66º40.17%54.12%-
HSV(B)7.66º50.81%72.55%-
XYZ26.7520.7712.5-
YUV126.15108.17169.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=48.81%
G=27.18%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851039100.440.510.277.6640.1754.12
HexB9675B02C331B82836
Octal2711471330546333105066
Binary10111001110011110110110101100110011110111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9675B; }

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

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

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

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

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

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

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

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