Html Css Color HEX #B2324E Old Rose

📋 copy color: '#B2324E'

red 178 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #B2324E

Tints of Old Rose #B2324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 58.17%
G = 16.34%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2324E (or 0xB2324E) is known color: Old Rose. HEX triplet: B2, 32 and 4E. RGB value is (178,50,78). Sum of RGB (Red+Green+Blue) = 178+50+78=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2324E is #4DCDB1. Grayscale: #5B5B5B. Windows color (decimal): -5098930 or 5124786. OLE color: 5124786.

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

Color convert

RGB 178 50 78 -
CMYK 0 0.72 0.56 0.30
HSL 346.88º 0.56% 0.45% -
HSV(B) 346.88º 0.72% 0.7% -
XYZ 20.88 12.3 8.48 -
YUV 91.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 178 50 78 0 0.72 0.56 0.30 346.88 0.56 0.45
Hex B2 32 4E 0 48 38 1E 15B 38 2D
Octal 262 62 116 0 110 70 36 533 70 55
Binary 10110010 110010 1001110 0 1001000 111000 11110 101011011 111000 101101

Color Harmonies of #B2324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2324E

Black with #B2324E

Text Example


Text Example

White with #B2324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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