Html Css Color HEX #BC6359 Sunglo

📋 copy color: '#BC6359'

red 188 ◦ green 99 ◦ blue 89

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

Shades of Sunglo #BC6359

Tints of Sunglo #BC6359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 50%
G = 26.33%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6359 (or 0xBC6359) is known color: Sunglo. HEX triplet: BC, 63 and 59. RGB value is (188,99,89). Sum of RGB (Red+Green+Blue) = 188+99+89=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6359 is #439CA6. Grayscale: #7C7C7C. Windows color (decimal): -4431015 or 5858236. OLE color: 5858236.

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

Color convert

RGB 188 99 89 -
CMYK 0 0.47 0.53 0.26
HSL 6.06º 0.42% 0.54% -
HSV(B) 6.06º 0.53% 0.74% -
XYZ 27 20.34 11.95 -
YUV 124.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 188 99 89 0 0.47 0.53 0.26 6.06 0.42 0.54
Hex BC 63 59 0 2F 35 1A 6 2A 36
Octal 274 143 131 0 57 65 32 6 52 66
Binary 10111100 1100011 1011001 0 101111 110101 11010 110 101010 110110

Color Harmonies of #BC6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6359

Black with #BC6359

Text Example


Text Example

White with #BC6359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6359; }

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

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

background-color css

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

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

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

border-color css

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

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

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