Html Css Color HEX #BC214B Old Rose

📋 copy color: '#BC214B'

red 188 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #BC214B

Tints of Old Rose #BC214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 63.51%
G = 11.15%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC214B (or 0xBC214B) is known color: Old Rose. HEX triplet: BC, 21 and 4B. RGB value is (188,33,75). Sum of RGB (Red+Green+Blue) = 188+33+75=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC214B is #43DEB4. Grayscale: #545454. Windows color (decimal): -4447925 or 4923836. OLE color: 4923836.

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

Color convert

RGB 188 33 75 -
CMYK 0 0.82 0.60 0.26
HSL 343.74º 0.7% 0.43% -
HSV(B) 343.74º 0.82% 0.74% -
XYZ 22.55 12.29 7.84 -
YUV 84.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 188 33 75 0 0.82 0.60 0.26 343.74 0.7 0.43
Hex BC 21 4B 0 52 3C 1A 158 46 2B
Octal 274 41 113 0 122 74 32 530 106 53
Binary 10111100 100001 1001011 0 1010010 111100 11010 101011000 1000110 101011

Color Harmonies of #BC214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC214B

Black with #BC214B

Text Example


Text Example

White with #BC214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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