Html Css Color HEX #BC6C55 Sunglo

📋 copy color: '#BC6C55'

red 188 ◦ green 108 ◦ blue 85

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

Shades of Sunglo #BC6C55

Tints of Sunglo #BC6C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 49.34%
G = 28.35%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6C55 (or 0xBC6C55) is known color: Sunglo. HEX triplet: BC, 6C and 55. RGB value is (188,108,85). Sum of RGB (Red+Green+Blue) = 188+108+85=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C55 is #4393AA. Grayscale: #818181. Windows color (decimal): -4428715 or 5598396. OLE color: 5598396.

HSL color Cylindrical-coordinate representation of color #BC6C55: hue angle of 13.4º 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 #BC6C55 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 85 -
CMYK 0 0.43 0.55 0.26
HSL 13.4º 0.43% 0.54% -
HSV(B) 13.4º 0.55% 0.74% -
XYZ 27.74 22.07 11.39 -
YUV 129.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 188 108 85 0 0.43 0.55 0.26 13.4 0.43 0.54
Hex BC 6C 55 0 2B 37 1A D 2B 36
Octal 274 154 125 0 53 67 32 15 53 66
Binary 10111100 1101100 1010101 0 101011 110111 11010 1101 101011 110110

Color Harmonies of #BC6C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C55

Black with #BC6C55

Text Example


Text Example

White with #BC6C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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