Html Css Color HEX #B7255A Old Rose

📋 copy color: '#B7255A'

red 183 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #B7255A

Tints of Old Rose #B7255A

RGB

 RED value IS 183 (71.88% from 255) = 59.03%

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

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

R = 59.03%
G = 11.94%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7255A (or 0xB7255A) is known color: Old Rose. HEX triplet: B7, 25 and 5A. RGB value is (183,37,90). Sum of RGB (Red+Green+Blue) = 183+37+90=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7255A is #48DAA5. Grayscale: #565656. Windows color (decimal): -4774566 or 5907895. OLE color: 5907895.

HSL color Cylindrical-coordinate representation of color #B7255A: hue angle of 338.22º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7255A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 90 -
CMYK 0 0.80 0.51 0.28
HSL 338.22º 0.66% 0.43% -
HSV(B) 338.22º 0.8% 0.72% -
XYZ 22.04 12.13 10.85 -
YUV 86.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 183 37 90 0 0.80 0.51 0.28 338.22 0.66 0.43
Hex B7 25 5A 0 50 33 1C 152 42 2B
Octal 267 45 132 0 120 63 34 522 102 53
Binary 10110111 100101 1011010 0 1010000 110011 11100 101010010 1000010 101011

Color Harmonies of #B7255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7255A

Black with #B7255A

Text Example


Text Example

White with #B7255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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