Html Css Color HEX #BC375A Old Rose

📋 copy color: '#BC375A'

red 188 ◦ green 55 ◦ blue 90

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

Shades of Old Rose #BC375A

Tints of Old Rose #BC375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 56.46%
G = 16.52%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC375A (or 0xBC375A) is known color: Old Rose. HEX triplet: BC, 37 and 5A. RGB value is (188,55,90). Sum of RGB (Red+Green+Blue) = 188+55+90=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC375A is #43C8A5. Grayscale: #626262. Windows color (decimal): -4442278 or 5912508. OLE color: 5912508.

HSL color Cylindrical-coordinate representation of color #BC375A: hue angle of 344.21º 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 #BC375A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 90 -
CMYK 0 0.71 0.52 0.26
HSL 344.21º 0.55% 0.48% -
HSV(B) 344.21º 0.71% 0.74% -
XYZ 23.95 14.16 11.14 -
YUV 98.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 188 55 90 0 0.71 0.52 0.26 344.21 0.55 0.48
Hex BC 37 5A 0 47 34 1A 158 37 30
Octal 274 67 132 0 107 64 32 530 67 60
Binary 10111100 110111 1011010 0 1000111 110100 11010 101011000 110111 110000

Color Harmonies of #BC375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC375A

Black with #BC375A

Text Example


Text Example

White with #BC375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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