Html Css Color HEX #B2275C Old Rose

📋 copy color: '#B2275C'

red 178 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #B2275C

Tints of Old Rose #B2275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 57.61%
G = 12.62%
B = 29.77%

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

#B2275C (or 0xB2275C) is known color: Old Rose. HEX triplet: B2, 27 and 5C. RGB value is (178,39,92). Sum of RGB (Red+Green+Blue) = 178+39+92=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2275C is #4DD8A3. Grayscale: #565656. Windows color (decimal): -5101732 or 6039474. OLE color: 6039474.

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

Color convert

RGB 178 39 92 -
CMYK 0 0.78 0.48 0.30
HSL 337.12º 0.64% 0.43% -
HSV(B) 337.12º 0.78% 0.7% -
XYZ 21.02 11.69 11.27 -
YUV 86.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 178 39 92 0 0.78 0.48 0.30 337.12 0.64 0.43
Hex B2 27 5C 0 4E 30 1E 151 40 2B
Octal 262 47 134 0 116 60 36 521 100 53
Binary 10110010 100111 1011100 0 1001110 110000 11110 101010001 1000000 101011

Color Harmonies of #B2275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2275C

Black with #B2275C

Text Example


Text Example

White with #B2275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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