Html Css Color HEX #B0204C Old Rose

📋 copy color: '#B0204C'

red 176 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #B0204C

Tints of Old Rose #B0204C

RGB

 RED value IS 176 (69.14% from 255) = 61.97%

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 61.97%
G = 11.27%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0204C (or 0xB0204C) is known color: Old Rose. HEX triplet: B0, 20 and 4C. RGB value is (176,32,76). Sum of RGB (Red+Green+Blue) = 176+32+76=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0204C is #4FDFB3. Grayscale: #505050. Windows color (decimal): -5234612 or 4989104. OLE color: 4989104.

HSL color Cylindrical-coordinate representation of color #B0204C: hue angle of 341.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0204C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 76 -
CMYK 0 0.82 0.57 0.31
HSL 341.67º 0.69% 0.41% -
HSV(B) 341.67º 0.82% 0.69% -
XYZ 19.73 10.78 7.88 -
YUV 80.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 176 32 76 0 0.82 0.57 0.31 341.67 0.69 0.41
Hex B0 20 4C 0 52 39 1F 156 45 29
Octal 260 40 114 0 122 71 37 526 105 51
Binary 10110000 100000 1001100 0 1010010 111001 11111 101010110 1000101 101001

Color Harmonies of #B0204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0204C

Black with #B0204C

Text Example


Text Example

White with #B0204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0204C; }

 p { color: rgb(176,32,76); }

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

background-color css

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

 a { background-color: rgb(176,32,76); }

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

border-color css

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

 span { border-color: rgb(176,32,76); }

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