Html Css Color HEX #BC235C Old Rose

📋 copy color: '#BC235C'

red 188 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #BC235C

Tints of Old Rose #BC235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 59.68%
G = 11.11%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC235C (or 0xBC235C) is known color: Old Rose. HEX triplet: BC, 23 and 5C. RGB value is (188,35,92). Sum of RGB (Red+Green+Blue) = 188+35+92=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC235C is #43DCA3. Grayscale: #575757. Windows color (decimal): -4447396 or 6038460. OLE color: 6038460.

HSL color Cylindrical-coordinate representation of color #BC235C: hue angle of 337.65º 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 #BC235C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 92 -
CMYK 0 0.81 0.51 0.26
HSL 337.65º 0.69% 0.44% -
HSV(B) 337.65º 0.81% 0.74% -
XYZ 23.27 12.67 11.34 -
YUV 87.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 188 35 92 0 0.81 0.51 0.26 337.65 0.69 0.44
Hex BC 23 5C 0 51 33 1A 152 45 2C
Octal 274 43 134 0 121 63 32 522 105 54
Binary 10111100 100011 1011100 0 1010001 110011 11010 101010010 1000101 101100

Color Harmonies of #BC235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC235C

Black with #BC235C

Text Example


Text Example

White with #BC235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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