Html Css Color HEX #B5275F Old Rose

📋 copy color: '#B5275F'

red 181 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #B5275F

Tints of Old Rose #B5275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 57.46%
G = 12.38%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5275F (or 0xB5275F) is known color: Old Rose. HEX triplet: B5, 27 and 5F. RGB value is (181,39,95). Sum of RGB (Red+Green+Blue) = 181+39+95=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5275F is #4AD8A0. Grayscale: #575757. Windows color (decimal): -4905121 or 6236085. OLE color: 6236085.

HSL color Cylindrical-coordinate representation of color #B5275F: hue angle of 336.34º degrees, saturation: 0.65, 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 #B5275F is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 95 -
CMYK 0 0.78 0.48 0.29
HSL 336.34º 0.65% 0.43% -
HSV(B) 336.34º 0.78% 0.71% -
XYZ 21.85 12.1 12.01 -
YUV 87.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 181 39 95 0 0.78 0.48 0.29 336.34 0.65 0.43
Hex B5 27 5F 0 4E 30 1D 150 41 2B
Octal 265 47 137 0 116 60 35 520 101 53
Binary 10110101 100111 1011111 0 1001110 110000 11101 101010000 1000001 101011

Color Harmonies of #B5275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5275F

Black with #B5275F

Text Example


Text Example

White with #B5275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5275F; }

 p { color: rgb(181,39,95); }

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

background-color css

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

 a { background-color: rgb(181,39,95); }

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

border-color css

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

 span { border-color: rgb(181,39,95); }

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