Html Css Color HEX #B5285C Old Rose

📋 copy color: '#B5285C'

red 181 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #B5285C

Tints of Old Rose #B5285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 57.83%
G = 12.78%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5285C (or 0xB5285C) is known color: Old Rose. HEX triplet: B5, 28 and 5C. RGB value is (181,40,92). Sum of RGB (Red+Green+Blue) = 181+40+92=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285C is #4AD7A3. Grayscale: #585858. Windows color (decimal): -4904868 or 6039733. OLE color: 6039733.

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

Color convert

RGB 181 40 92 -
CMYK 0 0.78 0.49 0.29
HSL 337.87º 0.64% 0.43% -
HSV(B) 337.87º 0.78% 0.71% -
XYZ 21.75 12.11 11.32 -
YUV 88.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 181 40 92 0 0.78 0.49 0.29 337.87 0.64 0.43
Hex B5 28 5C 0 4E 31 1D 152 40 2B
Octal 265 50 134 0 116 61 35 522 100 53
Binary 10110101 101000 1011100 0 1001110 110001 11101 101010010 1000000 101011

Color Harmonies of #B5285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5285C

Black with #B5285C

Text Example


Text Example

White with #B5285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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