Html Css Color HEX #BC3D4B Old Rose

📋 copy color: '#BC3D4B'

red 188 ◦ green 61 ◦ blue 75

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

Shades of Old Rose #BC3D4B

Tints of Old Rose #BC3D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

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

R = 58.02%
G = 18.83%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC3D4B (or 0xBC3D4B) is known color: Old Rose. HEX triplet: BC, 3D and 4B. RGB value is (188,61,75). Sum of RGB (Red+Green+Blue) = 188+61+75=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D4B is #43C2B4. Grayscale: #646464. Windows color (decimal): -4440757 or 4931004. OLE color: 4931004.

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

Color convert

RGB 188 61 75 -
CMYK 0 0.68 0.60 0.26
HSL 353.39º 0.51% 0.49% -
HSV(B) 353.39º 0.68% 0.74% -
XYZ 23.68 14.54 8.21 -
YUV 100.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 188 61 75 0 0.68 0.60 0.26 353.39 0.51 0.49
Hex BC 3D 4B 0 44 3C 1A 161 33 31
Octal 274 75 113 0 104 74 32 541 63 61
Binary 10111100 111101 1001011 0 1000100 111100 11010 101100001 110011 110001

Color Harmonies of #BC3D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D4B

Black with #BC3D4B

Text Example


Text Example

White with #BC3D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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