Html Css Color HEX #BC235B Old Rose

📋 copy color: '#BC235B'

red 188 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #BC235B

Tints of Old Rose #BC235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 59.87%
G = 11.15%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC235B (or 0xBC235B) is known color: Old Rose. HEX triplet: BC, 23 and 5B. RGB value is (188,35,91). Sum of RGB (Red+Green+Blue) = 188+35+91=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC235B is #43DCA4. Grayscale: #575757. Windows color (decimal): -4447397 or 5972924. OLE color: 5972924.

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

Color convert

RGB 188 35 91 -
CMYK 0 0.81 0.52 0.26
HSL 338.04º 0.69% 0.44% -
HSV(B) 338.04º 0.81% 0.74% -
XYZ 23.23 12.65 11.11 -
YUV 87.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 188 35 91 0 0.81 0.52 0.26 338.04 0.69 0.44
Hex BC 23 5B 0 51 34 1A 152 45 2C
Octal 274 43 133 0 121 64 32 522 105 54
Binary 10111100 100011 1011011 0 1010001 110100 11010 101010010 1000101 101100

Color Harmonies of #BC235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC235B

Black with #BC235B

Text Example


Text Example

White with #BC235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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