Html Css Color HEX #B5235C Old Rose

📋 copy color: '#B5235C'

red 181 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #B5235C

Tints of Old Rose #B5235C

RGB

 RED value IS 181 (71.09% from 255) = 58.77%

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

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

R = 58.77%
G = 11.36%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5235C (or 0xB5235C) is known color: Old Rose. HEX triplet: B5, 23 and 5C. RGB value is (181,35,92). Sum of RGB (Red+Green+Blue) = 181+35+92=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5235C is #4ADCA3. Grayscale: #555555. Windows color (decimal): -4906148 or 6038453. OLE color: 6038453.

HSL color Cylindrical-coordinate representation of color #B5235C: hue angle of 336.58º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5235C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 92 -
CMYK 0 0.81 0.49 0.29
HSL 336.58º 0.68% 0.42% -
HSV(B) 336.58º 0.81% 0.71% -
XYZ 21.59 11.8 11.26 -
YUV 85.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 181 35 92 0 0.81 0.49 0.29 336.58 0.68 0.42
Hex B5 23 5C 0 51 31 1D 151 44 2A
Octal 265 43 134 0 121 61 35 521 104 52
Binary 10110101 100011 1011100 0 1010001 110001 11101 101010001 1000100 101010

Color Harmonies of #B5235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5235C

Black with #B5235C

Text Example


Text Example

White with #B5235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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