Html Css Color HEX #B2344C Old Rose

📋 copy color: '#B2344C'

red 178 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #B2344C

Tints of Old Rose #B2344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 58.17%
G = 16.99%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2344C (or 0xB2344C) is known color: Old Rose. HEX triplet: B2, 34 and 4C. RGB value is (178,52,76). Sum of RGB (Red+Green+Blue) = 178+52+76=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2344C is #4DCBB3. Grayscale: #5C5C5C. Windows color (decimal): -5098420 or 4994226. OLE color: 4994226.

HSL color Cylindrical-coordinate representation of color #B2344C: hue angle of 348.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2344C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 76 -
CMYK 0 0.71 0.57 0.30
HSL 348.57º 0.55% 0.45% -
HSV(B) 348.57º 0.71% 0.7% -
XYZ 20.89 12.44 8.14 -
YUV 92.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 178 52 76 0 0.71 0.57 0.30 348.57 0.55 0.45
Hex B2 34 4C 0 47 39 1E 15D 37 2D
Octal 262 64 114 0 107 71 36 535 67 55
Binary 10110010 110100 1001100 0 1000111 111001 11110 101011101 110111 101101

Color Harmonies of #B2344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2344C

Black with #B2344C

Text Example


Text Example

White with #B2344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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