Html Css Color HEX #BC354B Old Rose

📋 copy color: '#BC354B'

red 188 ◦ green 53 ◦ blue 75

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

Shades of Old Rose #BC354B

Tints of Old Rose #BC354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 59.49%
G = 16.77%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC354B (or 0xBC354B) is known color: Old Rose. HEX triplet: BC, 35 and 4B. RGB value is (188,53,75). Sum of RGB (Red+Green+Blue) = 188+53+75=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC354B is #43CAB4. Grayscale: #5F5F5F. Windows color (decimal): -4442805 or 4928956. OLE color: 4928956.

HSL color Cylindrical-coordinate representation of color #BC354B: hue angle of 350.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC354B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 75 -
CMYK 0 0.72 0.60 0.26
HSL 350.22º 0.56% 0.47% -
HSV(B) 350.22º 0.72% 0.74% -
XYZ 23.28 13.75 8.08 -
YUV 95.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 188 53 75 0 0.72 0.60 0.26 350.22 0.56 0.47
Hex BC 35 4B 0 48 3C 1A 15E 38 2F
Octal 274 65 113 0 110 74 32 536 70 57
Binary 10111100 110101 1001011 0 1001000 111100 11010 101011110 111000 101111

Color Harmonies of #BC354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC354B

Black with #BC354B

Text Example


Text Example

White with #BC354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC354B; }

 p { color: rgb(188,53,75); }

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

background-color css

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

 a { background-color: rgb(188,53,75); }

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

border-color css

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

 span { border-color: rgb(188,53,75); }

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