Html Css Color HEX #B2364E Old Rose

📋 copy color: '#B2364E'

red 178 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #B2364E

Tints of Old Rose #B2364E

RGB

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

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

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

R = 57.42%
G = 17.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2364E (or 0xB2364E) is known color: Old Rose. HEX triplet: B2, 36 and 4E. RGB value is (178,54,78). Sum of RGB (Red+Green+Blue) = 178+54+78=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2364E is #4DC9B1. Grayscale: #5D5D5D. Windows color (decimal): -5097906 or 5125810. OLE color: 5125810.

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

Color convert

RGB 178 54 78 -
CMYK 0 0.70 0.56 0.30
HSL 348.39º 0.53% 0.45% -
HSV(B) 348.39º 0.7% 0.7% -
XYZ 21.05 12.65 8.54 -
YUV 93.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 178 54 78 0 0.70 0.56 0.30 348.39 0.53 0.45
Hex B2 36 4E 0 46 38 1E 15C 35 2D
Octal 262 66 116 0 106 70 36 534 65 55
Binary 10110010 110110 1001110 0 1000110 111000 11110 101011100 110101 101101

Color Harmonies of #B2364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2364E

Black with #B2364E

Text Example


Text Example

White with #B2364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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