Html Css Color HEX #B2344F Old Rose

📋 copy color: '#B2344F'

red 178 ◦ green 52 ◦ blue 79

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

Shades of Old Rose #B2344F

Tints of Old Rose #B2344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 57.61%
G = 16.83%
B = 25.57%

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

#B2344F (or 0xB2344F) is known color: Old Rose. HEX triplet: B2, 34 and 4F. RGB value is (178,52,79). Sum of RGB (Red+Green+Blue) = 178+52+79=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2344F is #4DCBB0. Grayscale: #5C5C5C. Windows color (decimal): -5098417 or 5190834. OLE color: 5190834.

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

Color convert

RGB 178 52 79 -
CMYK 0 0.71 0.56 0.30
HSL 347.14º 0.55% 0.45% -
HSV(B) 347.14º 0.71% 0.7% -
XYZ 21 12.49 8.7 -
YUV 92.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 178 52 79 0 0.71 0.56 0.30 347.14 0.55 0.45
Hex B2 34 4F 0 47 38 1E 15B 37 2D
Octal 262 64 117 0 107 70 36 533 67 55
Binary 10110010 110100 1001111 0 1000111 111000 11110 101011011 110111 101101

Color Harmonies of #B2344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2344F

Black with #B2344F

Text Example


Text Example

White with #B2344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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