Html Css Color HEX #BC615D Sunglo

📋 copy color: '#BC615D'

red 188 ◦ green 97 ◦ blue 93

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

Shades of Sunglo #BC615D

Tints of Sunglo #BC615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 49.74%
G = 25.66%
B = 24.6%

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

#BC615D (or 0xBC615D) is known color: Sunglo. HEX triplet: BC, 61 and 5D. RGB value is (188,97,93). Sum of RGB (Red+Green+Blue) = 188+97+93=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615D is #439EA2. Grayscale: #7B7B7B. Windows color (decimal): -4431523 or 6119868. OLE color: 6119868.

HSL color Cylindrical-coordinate representation of color #BC615D: hue angle of 2.53º degrees, saturation: 0.41, 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 #BC615D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 93 -
CMYK 0 0.48 0.51 0.26
HSL 2.53º 0.41% 0.55% -
HSV(B) 2.53º 0.51% 0.74% -
XYZ 26.99 20.03 12.8 -
YUV 123.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 188 97 93 0 0.48 0.51 0.26 2.53 0.41 0.55
Hex BC 61 5D 0 30 33 1A 3 29 37
Octal 274 141 135 0 60 63 32 3 51 67
Binary 10111100 1100001 1011101 0 110000 110011 11010 11 101001 110111

Color Harmonies of #BC615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC615D

Black with #BC615D

Text Example


Text Example

White with #BC615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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