Html Css Color HEX #B2284C Old Rose

📋 copy color: '#B2284C'

red 178 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #B2284C

Tints of Old Rose #B2284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 60.54%
G = 13.61%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2284C (or 0xB2284C) is known color: Old Rose. HEX triplet: B2, 28 and 4C. RGB value is (178,40,76). Sum of RGB (Red+Green+Blue) = 178+40+76=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2284C is #4DD7B3. Grayscale: #555555. Windows color (decimal): -5101492 or 4991154. OLE color: 4991154.

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

Color convert

RGB 178 40 76 -
CMYK 0 0.78 0.57 0.30
HSL 344.35º 0.63% 0.43% -
HSV(B) 344.35º 0.78% 0.7% -
XYZ 20.42 11.5 7.98 -
YUV 85.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 178 40 76 0 0.78 0.57 0.30 344.35 0.63 0.43
Hex B2 28 4C 0 4E 39 1E 158 3F 2B
Octal 262 50 114 0 116 71 36 530 77 53
Binary 10110010 101000 1001100 0 1001110 111001 11110 101011000 111111 101011

Color Harmonies of #B2284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2284C

Black with #B2284C

Text Example


Text Example

White with #B2284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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