Html Css Color HEX #BC234E Old Rose

📋 copy color: '#BC234E'

red 188 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #BC234E

Tints of Old Rose #BC234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 62.46%
G = 11.63%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC234E (or 0xBC234E) is known color: Old Rose. HEX triplet: BC, 23 and 4E. RGB value is (188,35,78). Sum of RGB (Red+Green+Blue) = 188+35+78=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC234E is #43DCB1. Grayscale: #555555. Windows color (decimal): -4447410 or 5120956. OLE color: 5120956.

HSL color Cylindrical-coordinate representation of color #BC234E: hue angle of 343.14º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC234E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 78 -
CMYK 0 0.81 0.59 0.26
HSL 343.14º 0.69% 0.44% -
HSV(B) 343.14º 0.81% 0.74% -
XYZ 22.72 12.44 8.41 -
YUV 85.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 188 35 78 0 0.81 0.59 0.26 343.14 0.69 0.44
Hex BC 23 4E 0 51 3B 1A 157 45 2C
Octal 274 43 116 0 121 73 32 527 105 54
Binary 10111100 100011 1001110 0 1010001 111011 11010 101010111 1000101 101100

Color Harmonies of #BC234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC234E

Black with #BC234E

Text Example


Text Example

White with #BC234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC234E; }

 p { color: rgb(188,35,78); }

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

background-color css

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

 a { background-color: rgb(188,35,78); }

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

border-color css

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

 span { border-color: rgb(188,35,78); }

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