Html Css Color HEX #B7285A Old Rose

📋 copy color: '#B7285A'

red 183 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #B7285A

Tints of Old Rose #B7285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 58.47%
G = 12.78%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7285A (or 0xB7285A) is known color: Old Rose. HEX triplet: B7, 28 and 5A. RGB value is (183,40,90). Sum of RGB (Red+Green+Blue) = 183+40+90=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7285A is #48D7A5. Grayscale: #585858. Windows color (decimal): -4773798 or 5908663. OLE color: 5908663.

HSL color Cylindrical-coordinate representation of color #B7285A: hue angle of 339.02º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7285A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 90 -
CMYK 0 0.78 0.51 0.28
HSL 339.02º 0.64% 0.44% -
HSV(B) 339.02º 0.78% 0.72% -
XYZ 22.13 12.32 10.88 -
YUV 88.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 183 40 90 0 0.78 0.51 0.28 339.02 0.64 0.44
Hex B7 28 5A 0 4E 33 1C 153 40 2C
Octal 267 50 132 0 116 63 34 523 100 54
Binary 10110111 101000 1011010 0 1001110 110011 11100 101010011 1000000 101100

Color Harmonies of #B7285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7285A

Black with #B7285A

Text Example


Text Example

White with #B7285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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