Html Css Color HEX #BC615C Sunglo

📋 copy color: '#BC615C'

red 188 ◦ green 97 ◦ blue 92

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

Shades of Sunglo #BC615C

Tints of Sunglo #BC615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 49.87%
G = 25.73%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC615C (or 0xBC615C) is known color: Sunglo. HEX triplet: BC, 61 and 5C. RGB value is (188,97,92). Sum of RGB (Red+Green+Blue) = 188+97+92=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615C is #439EA3. Grayscale: #7B7B7B. Windows color (decimal): -4431524 or 6054332. OLE color: 6054332.

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

Color convert

RGB 188 97 92 -
CMYK 0 0.48 0.51 0.26
HSL 3.13º 0.42% 0.55% -
HSV(B) 3.13º 0.51% 0.74% -
XYZ 26.95 20.01 12.57 -
YUV 123.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 188 97 92 0 0.48 0.51 0.26 3.13 0.42 0.55
Hex BC 61 5C 0 30 33 1A 3 2A 37
Octal 274 141 134 0 60 63 32 3 52 67
Binary 10111100 1100001 1011100 0 110000 110011 11010 11 101010 110111

Color Harmonies of #BC615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC615C

Black with #BC615C

Text Example


Text Example

White with #BC615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC615C; }

 p { color: rgb(188,97,92); }

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

background-color css

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

 a { background-color: rgb(188,97,92); }

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

border-color css

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

 span { border-color: rgb(188,97,92); }

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