Html Css Color HEX #B2344E Old Rose

📋 copy color: '#B2344E'

red 178 ◦ green 52 ◦ blue 78

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

Shades of Old Rose #B2344E

Tints of Old Rose #B2344E

RGB

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

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

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

R = 57.79%
G = 16.88%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2344E (or 0xB2344E) is known color: Old Rose. HEX triplet: B2, 34 and 4E. RGB value is (178,52,78). Sum of RGB (Red+Green+Blue) = 178+52+78=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2344E is #4DCBB1. Grayscale: #5C5C5C. Windows color (decimal): -5098418 or 5125298. OLE color: 5125298.

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

Color convert

RGB 178 52 78 -
CMYK 0 0.71 0.56 0.30
HSL 347.62º 0.55% 0.45% -
HSV(B) 347.62º 0.71% 0.7% -
XYZ 20.96 12.47 8.51 -
YUV 92.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 178 52 78 0 0.71 0.56 0.30 347.62 0.55 0.45
Hex B2 34 4E 0 47 38 1E 15C 37 2D
Octal 262 64 116 0 107 70 36 534 67 55
Binary 10110010 110100 1001110 0 1000111 111000 11110 101011100 110111 101101

Color Harmonies of #B2344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2344E

Black with #B2344E

Text Example


Text Example

White with #B2344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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