Html Css Color HEX #B5275C Old Rose

📋 copy color: '#B5275C'

red 181 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #B5275C

Tints of Old Rose #B5275C

RGB

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

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

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

R = 58.01%
G = 12.5%
B = 29.49%

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

#B5275C (or 0xB5275C) is known color: Old Rose. HEX triplet: B5, 27 and 5C. RGB value is (181,39,92). Sum of RGB (Red+Green+Blue) = 181+39+92=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5275C is #4AD8A3. Grayscale: #575757. Windows color (decimal): -4905124 or 6039477. OLE color: 6039477.

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

Color convert

RGB 181 39 92 -
CMYK 0 0.78 0.49 0.29
HSL 337.61º 0.65% 0.43% -
HSV(B) 337.61º 0.78% 0.71% -
XYZ 21.71 12.05 11.31 -
YUV 87.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 181 39 92 0 0.78 0.49 0.29 337.61 0.65 0.43
Hex B5 27 5C 0 4E 31 1D 152 41 2B
Octal 265 47 134 0 116 61 35 522 101 53
Binary 10110101 100111 1011100 0 1001110 110001 11101 101010010 1000001 101011

Color Harmonies of #B5275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5275C

Black with #B5275C

Text Example


Text Example

White with #B5275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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