Html Css Color HEX #B2285B Old Rose

📋 copy color: '#B2285B'

red 178 ◦ green 40 ◦ blue 91

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

Shades of Old Rose #B2285B

Tints of Old Rose #B2285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 57.61%
G = 12.94%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2285B (or 0xB2285B) is known color: Old Rose. HEX triplet: B2, 28 and 5B. RGB value is (178,40,91). Sum of RGB (Red+Green+Blue) = 178+40+91=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2285B is #4DD7A4. Grayscale: #575757. Windows color (decimal): -5101477 or 5974194. OLE color: 5974194.

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

Color convert

RGB 178 40 91 -
CMYK 0 0.78 0.49 0.30
HSL 337.83º 0.63% 0.43% -
HSV(B) 337.83º 0.78% 0.7% -
XYZ 21.01 11.74 11.06 -
YUV 87.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 178 40 91 0 0.78 0.49 0.30 337.83 0.63 0.43
Hex B2 28 5B 0 4E 31 1E 152 3F 2B
Octal 262 50 133 0 116 61 36 522 77 53
Binary 10110010 101000 1011011 0 1001110 110001 11110 101010010 111111 101011

Color Harmonies of #B2285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2285B

Black with #B2285B

Text Example


Text Example

White with #B2285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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