Html Css Color HEX #B0255A Old Rose

📋 copy color: '#B0255A'

red 176 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #B0255A

Tints of Old Rose #B0255A

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 58.09%
G = 12.21%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0255A (or 0xB0255A) is known color: Old Rose. HEX triplet: B0, 25 and 5A. RGB value is (176,37,90). Sum of RGB (Red+Green+Blue) = 176+37+90=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0255A is #4FDAA5. Grayscale: #545454. Windows color (decimal): -5233318 or 5907888. OLE color: 5907888.

HSL color Cylindrical-coordinate representation of color #B0255A: hue angle of 337.12º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0255A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 90 -
CMYK 0 0.79 0.49 0.31
HSL 337.12º 0.65% 0.42% -
HSV(B) 337.12º 0.79% 0.69% -
XYZ 20.41 11.29 10.78 -
YUV 84.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 176 37 90 0 0.79 0.49 0.31 337.12 0.65 0.42
Hex B0 25 5A 0 4F 31 1F 151 41 2A
Octal 260 45 132 0 117 61 37 521 101 52
Binary 10110000 100101 1011010 0 1001111 110001 11111 101010001 1000001 101010

Color Harmonies of #B0255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0255A

Black with #B0255A

Text Example


Text Example

White with #B0255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0255A; }

 p { color: rgb(176,37,90); }

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

background-color css

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

 a { background-color: rgb(176,37,90); }

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

border-color css

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

 span { border-color: rgb(176,37,90); }

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