Html Css Color HEX #B2354E Old Rose

📋 copy color: '#B2354E'

red 178 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #B2354E

Tints of Old Rose #B2354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 57.61%
G = 17.15%
B = 25.24%

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

#B2354E (or 0xB2354E) is known color: Old Rose. HEX triplet: B2, 35 and 4E. RGB value is (178,53,78). Sum of RGB (Red+Green+Blue) = 178+53+78=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2354E is #4DCAB1. Grayscale: #5D5D5D. Windows color (decimal): -5098162 or 5125554. OLE color: 5125554.

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

Color convert

RGB 178 53 78 -
CMYK 0 0.70 0.56 0.30
HSL 348º 0.54% 0.45% -
HSV(B) 348º 0.7% 0.7% -
XYZ 21.01 12.56 8.53 -
YUV 93.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 178 53 78 0 0.70 0.56 0.30 348 0.54 0.45
Hex B2 35 4E 0 46 38 1E 15C 36 2D
Octal 262 65 116 0 106 70 36 534 66 55
Binary 10110010 110101 1001110 0 1000110 111000 11110 101011100 110110 101101

Color Harmonies of #B2354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2354E

Black with #B2354E

Text Example


Text Example

White with #B2354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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