Html Css Color HEX #B2285A Old Rose

📋 copy color: '#B2285A'

red 178 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #B2285A

Tints of Old Rose #B2285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 57.79%
G = 12.99%
B = 29.22%

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

#B2285A (or 0xB2285A) is known color: Old Rose. HEX triplet: B2, 28 and 5A. RGB value is (178,40,90). Sum of RGB (Red+Green+Blue) = 178+40+90=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2285A is #4DD7A5. Grayscale: #565656. Windows color (decimal): -5101478 or 5908658. OLE color: 5908658.

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

Color convert

RGB 178 40 90 -
CMYK 0 0.78 0.49 0.30
HSL 338.26º 0.63% 0.43% -
HSV(B) 338.26º 0.78% 0.7% -
XYZ 20.96 11.72 10.83 -
YUV 86.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 178 40 90 0 0.78 0.49 0.30 338.26 0.63 0.43
Hex B2 28 5A 0 4E 31 1E 152 3F 2B
Octal 262 50 132 0 116 61 36 522 77 53
Binary 10110010 101000 1011010 0 1001110 110001 11110 101010010 111111 101011

Color Harmonies of #B2285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2285A

Black with #B2285A

Text Example


Text Example

White with #B2285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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