Html Css Color HEX #BC375C Old Rose

📋 copy color: '#BC375C'

red 188 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #BC375C

Tints of Old Rose #BC375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 56.12%
G = 16.42%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC375C (or 0xBC375C) is known color: Old Rose. HEX triplet: BC, 37 and 5C. RGB value is (188,55,92). Sum of RGB (Red+Green+Blue) = 188+55+92=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC375C is #43C8A3. Grayscale: #626262. Windows color (decimal): -4442276 or 6043580. OLE color: 6043580.

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

Color convert

RGB 188 55 92 -
CMYK 0 0.71 0.51 0.26
HSL 343.31º 0.55% 0.48% -
HSV(B) 343.31º 0.71% 0.74% -
XYZ 24.04 14.2 11.6 -
YUV 98.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 188 55 92 0 0.71 0.51 0.26 343.31 0.55 0.48
Hex BC 37 5C 0 47 33 1A 157 37 30
Octal 274 67 134 0 107 63 32 527 67 60
Binary 10111100 110111 1011100 0 1000111 110011 11010 101010111 110111 110000

Color Harmonies of #BC375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC375C

Black with #BC375C

Text Example


Text Example

White with #BC375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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