Html Css Color HEX #B2304E Old Rose

📋 copy color: '#B2304E'

red 178 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B2304E

Tints of Old Rose #B2304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 58.55%
G = 15.79%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2304E (or 0xB2304E) is known color: Old Rose. HEX triplet: B2, 30 and 4E. RGB value is (178,48,78). Sum of RGB (Red+Green+Blue) = 178+48+78=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2304E is #4DCFB1. Grayscale: #5A5A5A. Windows color (decimal): -5099442 or 5124274. OLE color: 5124274.

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

Color convert

RGB 178 48 78 -
CMYK 0 0.73 0.56 0.30
HSL 346.15º 0.58% 0.44% -
HSV(B) 346.15º 0.73% 0.7% -
XYZ 20.79 12.13 8.45 -
YUV 90.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 178 48 78 0 0.73 0.56 0.30 346.15 0.58 0.44
Hex B2 30 4E 0 49 38 1E 15A 3A 2C
Octal 262 60 116 0 111 70 36 532 72 54
Binary 10110010 110000 1001110 0 1001001 111000 11110 101011010 111010 101100

Color Harmonies of #B2304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2304E

Black with #B2304E

Text Example


Text Example

White with #B2304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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