Html Css Color HEX #B2274A Old Rose

📋 copy color: '#B2274A'

red 178 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #B2274A

Tints of Old Rose #B2274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 61.17%
G = 13.4%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2274A (or 0xB2274A) is known color: Old Rose. HEX triplet: B2, 27 and 4A. RGB value is (178,39,74). Sum of RGB (Red+Green+Blue) = 178+39+74=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2274A is #4DD8B5. Grayscale: #545454. Windows color (decimal): -5101750 or 4859826. OLE color: 4859826.

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

Color convert

RGB 178 39 74 -
CMYK 0 0.78 0.58 0.30
HSL 344.89º 0.64% 0.43% -
HSV(B) 344.89º 0.78% 0.7% -
XYZ 20.32 11.41 7.61 -
YUV 84.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 178 39 74 0 0.78 0.58 0.30 344.89 0.64 0.43
Hex B2 27 4A 0 4E 3A 1E 159 40 2B
Octal 262 47 112 0 116 72 36 531 100 53
Binary 10110010 100111 1001010 0 1001110 111010 11110 101011001 1000000 101011

Color Harmonies of #B2274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2274A

Black with #B2274A

Text Example


Text Example

White with #B2274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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