Html Css Color HEX #B2344D Old Rose

📋 copy color: '#B2344D'

red 178 ◦ green 52 ◦ blue 77

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

Shades of Old Rose #B2344D

Tints of Old Rose #B2344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 57.98%
G = 16.94%
B = 25.08%

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

#B2344D (or 0xB2344D) is known color: Old Rose. HEX triplet: B2, 34 and 4D. RGB value is (178,52,77). Sum of RGB (Red+Green+Blue) = 178+52+77=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2344D is #4DCBB2. Grayscale: #5C5C5C. Windows color (decimal): -5098419 or 5059762. OLE color: 5059762.

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

Color convert

RGB 178 52 77 -
CMYK 0 0.71 0.57 0.30
HSL 348.1º 0.55% 0.45% -
HSV(B) 348.1º 0.71% 0.7% -
XYZ 20.93 12.46 8.32 -
YUV 92.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 178 52 77 0 0.71 0.57 0.30 348.1 0.55 0.45
Hex B2 34 4D 0 47 39 1E 15C 37 2D
Octal 262 64 115 0 107 71 36 534 67 55
Binary 10110010 110100 1001101 0 1000111 111001 11110 101011100 110111 101101

Color Harmonies of #B2344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2344D

Black with #B2344D

Text Example


Text Example

White with #B2344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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