Html Css Color HEX #B4225C Old Rose

📋 copy color: '#B4225C'

red 180 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #B4225C

Tints of Old Rose #B4225C

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

 GREEN value IS 34 (13.67% from 255) = 11.11%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 58.82%
G = 11.11%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4225C (or 0xB4225C) is known color: Old Rose. HEX triplet: B4, 22 and 5C. RGB value is (180,34,92). Sum of RGB (Red+Green+Blue) = 180+34+92=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4225C is #4BDDA3. Grayscale: #545454. Windows color (decimal): -4971940 or 6038196. OLE color: 6038196.

HSL color Cylindrical-coordinate representation of color #B4225C: hue angle of 336.16º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4225C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 92 -
CMYK 0 0.81 0.49 0.29
HSL 336.16º 0.68% 0.42% -
HSV(B) 336.16º 0.81% 0.71% -
XYZ 21.33 11.62 11.24 -
YUV 84.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 180 34 92 0 0.81 0.49 0.29 336.16 0.68 0.42
Hex B4 22 5C 0 51 31 1D 150 44 2A
Octal 264 42 134 0 121 61 35 520 104 52
Binary 10110100 100010 1011100 0 1010001 110001 11101 101010000 1000100 101010

Color Harmonies of #B4225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4225C

Black with #B4225C

Text Example


Text Example

White with #B4225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4225C; }

 p { color: rgb(180,34,92); }

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

background-color css

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

 a { background-color: rgb(180,34,92); }

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

border-color css

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

 span { border-color: rgb(180,34,92); }

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