#BC675B

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

Shades of Sunglo #BC675B

Tints of Sunglo #BC675B

Color information

#BC675B (or 0xBC675B) is unknown color: approx Sunglo. HEX triplet: BC, 67 and 5B. RGB value is (188,103,91). Sum of RGB (Red+Green+Blue) = 188+103+91=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675B is #4398A4. Grayscale: #7F7F7F. Windows color (decimal): -4429989 or 5990332. OLE color: 5990332.

HSL color Cylindrical-coordinate representation of color #BC675B: hue angle of 7.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC675B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18810391-
CMYK00.450.520.26
HSL7.42º41.99%54.71%-
HSV(B)7.42º51.6%73.73%-
XYZ27.4821.1512.53-
YUV127.05107.66171.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=49.21%
G=26.96%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881039100.450.520.267.4241.9954.71
HexBC675B02D341A72a37
Octal274147133055643275267
Binary1011110011001111011011010110111010011010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC675B; }

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

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

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

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

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

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

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

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