Html Css Color HEX #B2284A Old Rose

📋 copy color: '#B2284A'

red 178 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #B2284A

Tints of Old Rose #B2284A

RGB

 RED value IS 178 (69.92% from 255) = 60.96%

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

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

R = 60.96%
G = 13.7%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2284A (or 0xB2284A) is known color: Old Rose. HEX triplet: B2, 28 and 4A. RGB value is (178,40,74). Sum of RGB (Red+Green+Blue) = 178+40+74=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2284A is #4DD7B5. Grayscale: #555555. Windows color (decimal): -5101494 or 4860082. OLE color: 4860082.

HSL color Cylindrical-coordinate representation of color #B2284A: hue angle of 345.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2284A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 74 -
CMYK 0 0.78 0.58 0.30
HSL 345.22º 0.63% 0.43% -
HSV(B) 345.22º 0.78% 0.7% -
XYZ 20.35 11.48 7.62 -
YUV 85.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 178 40 74 0 0.78 0.58 0.30 345.22 0.63 0.43
Hex B2 28 4A 0 4E 3A 1E 159 3F 2B
Octal 262 50 112 0 116 72 36 531 77 53
Binary 10110010 101000 1001010 0 1001110 111010 11110 101011001 111111 101011

Color Harmonies of #B2284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2284A

Black with #B2284A

Text Example


Text Example

White with #B2284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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