Html Css Color HEX #B2285C Old Rose

📋 copy color: '#B2285C'

red 178 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #B2285C

Tints of Old Rose #B2285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 57.42%
G = 12.9%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2285C (or 0xB2285C) is known color: Old Rose. HEX triplet: B2, 28 and 5C. RGB value is (178,40,92). Sum of RGB (Red+Green+Blue) = 178+40+92=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2285C is #4DD7A3. Grayscale: #575757. Windows color (decimal): -5101476 or 6039730. OLE color: 6039730.

HSL color Cylindrical-coordinate representation of color #B2285C: hue angle of 337.39º degrees, saturation: 0.63, 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 #B2285C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 92 -
CMYK 0 0.78 0.48 0.30
HSL 337.39º 0.63% 0.43% -
HSV(B) 337.39º 0.78% 0.7% -
XYZ 21.05 11.76 11.28 -
YUV 87.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 178 40 92 0 0.78 0.48 0.30 337.39 0.63 0.43
Hex B2 28 5C 0 4E 30 1E 151 3F 2B
Octal 262 50 134 0 116 60 36 521 77 53
Binary 10110010 101000 1011100 0 1001110 110000 11110 101010001 111111 101011

Color Harmonies of #B2285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2285C

Black with #B2285C

Text Example


Text Example

White with #B2285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2285C; }

 p { color: rgb(178,40,92); }

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

background-color css

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

 a { background-color: rgb(178,40,92); }

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

border-color css

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

 span { border-color: rgb(178,40,92); }

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