Html Css Color HEX #BC414B Old Rose

📋 copy color: '#BC414B'

red 188 ◦ green 65 ◦ blue 75

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

Shades of Old Rose #BC414B

Tints of Old Rose #BC414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 57.32%
G = 19.82%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC414B (or 0xBC414B) is known color: Old Rose. HEX triplet: BC, 41 and 4B. RGB value is (188,65,75). Sum of RGB (Red+Green+Blue) = 188+65+75=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC414B is #43BEB4. Grayscale: #676767. Windows color (decimal): -4439733 or 4932028. OLE color: 4932028.

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

Color convert

RGB 188 65 75 -
CMYK 0 0.65 0.60 0.26
HSL 355.12º 0.49% 0.5% -
HSV(B) 355.12º 0.65% 0.74% -
XYZ 23.9 14.98 8.29 -
YUV 102.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 188 65 75 0 0.65 0.60 0.26 355.12 0.49 0.5
Hex BC 41 4B 0 41 3C 1A 163 31 32
Octal 274 101 113 0 101 74 32 543 61 62
Binary 10111100 1000001 1001011 0 1000001 111100 11010 101100011 110001 110010

Color Harmonies of #BC414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC414B

Black with #BC414B

Text Example


Text Example

White with #BC414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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