Html Css Color HEX #BC6655 Sunglo

📋 copy color: '#BC6655'

red 188 ◦ green 102 ◦ blue 85

#BC6655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #BC6655

Tints of Sunglo #BC6655

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 50.13%
G = 27.2%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6655 (or 0xBC6655) is known color: Sunglo. HEX triplet: BC, 66 and 55. RGB value is (188,102,85). Sum of RGB (Red+Green+Blue) = 188+102+85=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6655 is #4399AA. Grayscale: #7D7D7D. Windows color (decimal): -4430251 or 5596860. OLE color: 5596860.

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

Color convert

RGB 188 102 85 -
CMYK 0 0.46 0.55 0.26
HSL 9.9º 0.43% 0.54% -
HSV(B) 9.9º 0.55% 0.74% -
XYZ 27.13 20.85 11.19 -
YUV 125.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 188 102 85 0 0.46 0.55 0.26 9.9 0.43 0.54
Hex BC 66 55 0 2E 37 1A A 2B 36
Octal 274 146 125 0 56 67 32 12 53 66
Binary 10111100 1100110 1010101 0 101110 110111 11010 1010 101011 110110

Color Harmonies of #BC6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6655

Black with #BC6655

Text Example


Text Example

White with #BC6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6655; }

 p { color: rgb(188,102,85); }

 H1.HeaderClassName
 {
   color: #BC6655;
 }
 .AnyTagClassName
 {
   color: #BC6655;
 }
</style>

background-color css

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

 a { background-color: rgb(188,102,85); }

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

border-color css

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

 span { border-color: rgb(188,102,85); }

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