Html Css Color HEX #B7255E Old Rose

📋 copy color: '#B7255E'

red 183 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #B7255E

Tints of Old Rose #B7255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 58.28%
G = 11.78%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7255E (or 0xB7255E) is known color: Old Rose. HEX triplet: B7, 25 and 5E. RGB value is (183,37,94). Sum of RGB (Red+Green+Blue) = 183+37+94=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7255E is #48DAA1. Grayscale: #575757. Windows color (decimal): -4774562 or 6170039. OLE color: 6170039.

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

Color convert

RGB 183 37 94 -
CMYK 0 0.80 0.49 0.28
HSL 336.58º 0.66% 0.43% -
HSV(B) 336.58º 0.8% 0.72% -
XYZ 22.21 12.2 11.77 -
YUV 87.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 183 37 94 0 0.80 0.49 0.28 336.58 0.66 0.43
Hex B7 25 5E 0 50 31 1C 151 42 2B
Octal 267 45 136 0 120 61 34 521 102 53
Binary 10110111 100101 1011110 0 1010000 110001 11100 101010001 1000010 101011

Color Harmonies of #B7255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7255E

Black with #B7255E

Text Example


Text Example

White with #B7255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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