Html Css Color HEX #BC6356 Sunglo

📋 copy color: '#BC6356'

red 188 ◦ green 99 ◦ blue 86

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

Shades of Sunglo #BC6356

Tints of Sunglo #BC6356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 50.4%
G = 26.54%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC6356 (or 0xBC6356) is known color: Sunglo. HEX triplet: BC, 63 and 56. RGB value is (188,99,86). Sum of RGB (Red+Green+Blue) = 188+99+86=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6356 is #439CA9. Grayscale: #7C7C7C. Windows color (decimal): -4431018 or 5661628. OLE color: 5661628.

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

Color convert

RGB 188 99 86 -
CMYK 0 0.47 0.54 0.26
HSL 7.65º 0.43% 0.54% -
HSV(B) 7.65º 0.54% 0.74% -
XYZ 26.88 20.29 11.3 -
YUV 124.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 188 99 86 0 0.47 0.54 0.26 7.65 0.43 0.54
Hex BC 63 56 0 2F 36 1A 8 2B 36
Octal 274 143 126 0 57 66 32 10 53 66
Binary 10111100 1100011 1010110 0 101111 110110 11010 1000 101011 110110

Color Harmonies of #BC6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6356

Black with #BC6356

Text Example


Text Example

White with #BC6356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6356; }

 p { color: rgb(188,99,86); }

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

background-color css

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

 a { background-color: rgb(188,99,86); }

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

border-color css

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

 span { border-color: rgb(188,99,86); }

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