Html Css Color HEX #BC615F Sunglo

📋 copy color: '#BC615F'

red 188 ◦ green 97 ◦ blue 95

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

Shades of Sunglo #BC615F

Tints of Sunglo #BC615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25%

R = 49.47%
G = 25.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC615F (or 0xBC615F) is known color: Sunglo. HEX triplet: BC, 61 and 5F. RGB value is (188,97,95). Sum of RGB (Red+Green+Blue) = 188+97+95=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615F is #439EA0. Grayscale: #7C7C7C. Windows color (decimal): -4431521 or 6250940. OLE color: 6250940.

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

Color convert

RGB 188 97 95 -
CMYK 0 0.48 0.49 0.26
HSL 1.29º 0.41% 0.55% -
HSV(B) 1.29º 0.49% 0.74% -
XYZ 27.08 20.07 13.27 -
YUV 123.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 188 97 95 0 0.48 0.49 0.26 1.29 0.41 0.55
Hex BC 61 5F 0 30 31 1A 1 29 37
Octal 274 141 137 0 60 61 32 1 51 67
Binary 10111100 1100001 1011111 0 110000 110001 11010 1 101001 110111

Color Harmonies of #BC615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC615F

Black with #BC615F

Text Example


Text Example

White with #BC615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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