Html Css Color HEX #B2255B Old Rose

📋 copy color: '#B2255B'

red 178 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B2255B

Tints of Old Rose #B2255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 58.17%
G = 12.09%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2255B (or 0xB2255B) is known color: Old Rose. HEX triplet: B2, 25 and 5B. RGB value is (178,37,91). Sum of RGB (Red+Green+Blue) = 178+37+91=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2255B is #4DDAA4. Grayscale: #555555. Windows color (decimal): -5102245 or 5973426. OLE color: 5973426.

HSL color Cylindrical-coordinate representation of color #B2255B: hue angle of 337.02º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2255B is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 91 -
CMYK 0 0.79 0.49 0.30
HSL 337.02º 0.66% 0.42% -
HSV(B) 337.02º 0.79% 0.7% -
XYZ 20.91 11.54 11.02 -
YUV 85.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 178 37 91 0 0.79 0.49 0.30 337.02 0.66 0.42
Hex B2 25 5B 0 4F 31 1E 151 42 2A
Octal 262 45 133 0 117 61 36 521 102 52
Binary 10110010 100101 1011011 0 1001111 110001 11110 101010001 1000010 101010

Color Harmonies of #B2255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2255B

Black with #B2255B

Text Example


Text Example

White with #B2255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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