Html Css Color HEX #B7284E Old Rose

📋 copy color: '#B7284E'

red 183 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #B7284E

Tints of Old Rose #B7284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 60.8%
G = 13.29%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7284E (or 0xB7284E) is known color: Old Rose. HEX triplet: B7, 28 and 4E. RGB value is (183,40,78). Sum of RGB (Red+Green+Blue) = 183+40+78=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7284E is #48D7B1. Grayscale: #575757. Windows color (decimal): -4773810 or 5122231. OLE color: 5122231.

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

Color convert

RGB 183 40 78 -
CMYK 0 0.78 0.57 0.28
HSL 344.06º 0.64% 0.44% -
HSV(B) 344.06º 0.78% 0.72% -
XYZ 21.66 12.13 8.41 -
YUV 87.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 183 40 78 0 0.78 0.57 0.28 344.06 0.64 0.44
Hex B7 28 4E 0 4E 39 1C 158 40 2C
Octal 267 50 116 0 116 71 34 530 100 54
Binary 10110111 101000 1001110 0 1001110 111001 11100 101011000 1000000 101100

Color Harmonies of #B7284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7284E

Black with #B7284E

Text Example


Text Example

White with #B7284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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