Html Css Color HEX #B2364A Old Rose

📋 copy color: '#B2364A'

red 178 ◦ green 54 ◦ blue 74

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

Shades of Old Rose #B2364A

Tints of Old Rose #B2364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 58.17%
G = 17.65%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2364A (or 0xB2364A) is known color: Old Rose. HEX triplet: B2, 36 and 4A. RGB value is (178,54,74). Sum of RGB (Red+Green+Blue) = 178+54+74=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2364A is #4DC9B5. Grayscale: #5D5D5D. Windows color (decimal): -5097910 or 4863666. OLE color: 4863666.

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

Color convert

RGB 178 54 74 -
CMYK 0 0.70 0.58 0.30
HSL 350.32º 0.53% 0.45% -
HSV(B) 350.32º 0.7% 0.7% -
XYZ 20.92 12.6 7.81 -
YUV 93.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 178 54 74 0 0.70 0.58 0.30 350.32 0.53 0.45
Hex B2 36 4A 0 46 3A 1E 15E 35 2D
Octal 262 66 112 0 106 72 36 536 65 55
Binary 10110010 110110 1001010 0 1000110 111010 11110 101011110 110101 101101

Color Harmonies of #B2364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2364A

Black with #B2364A

Text Example


Text Example

White with #B2364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2364A; }

 p { color: rgb(178,54,74); }

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

background-color css

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

 a { background-color: rgb(178,54,74); }

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

border-color css

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

 span { border-color: rgb(178,54,74); }

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