Html Css Color HEX #B7284A Old Rose

📋 copy color: '#B7284A'

red 183 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #B7284A

Tints of Old Rose #B7284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 61.62%
G = 13.47%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7284A (or 0xB7284A) is known color: Old Rose. HEX triplet: B7, 28 and 4A. RGB value is (183,40,74). Sum of RGB (Red+Green+Blue) = 183+40+74=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7284A is #48D7B5. Grayscale: #565656. Windows color (decimal): -4773814 or 4860087. OLE color: 4860087.

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

Color convert

RGB 183 40 74 -
CMYK 0 0.78 0.60 0.28
HSL 345.73º 0.64% 0.44% -
HSV(B) 345.73º 0.78% 0.72% -
XYZ 21.52 12.08 7.68 -
YUV 86.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 183 40 74 0 0.78 0.60 0.28 345.73 0.64 0.44
Hex B7 28 4A 0 4E 3C 1C 15A 40 2C
Octal 267 50 112 0 116 74 34 532 100 54
Binary 10110111 101000 1001010 0 1001110 111100 11100 101011010 1000000 101100

Color Harmonies of #B7284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7284A

Black with #B7284A

Text Example


Text Example

White with #B7284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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