Html Css Color HEX #B6204A Old Rose

📋 copy color: '#B6204A'

red 182 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #B6204A

Tints of Old Rose #B6204A

RGB

 RED value IS 182 (71.48% from 255) = 63.19%

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 63.19%
G = 11.11%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6204A (or 0xB6204A) is known color: Old Rose. HEX triplet: B6, 20 and 4A. RGB value is (182,32,74). Sum of RGB (Red+Green+Blue) = 182+32+74=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B6204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6204A is #49DFB5. Grayscale: #515151. Windows color (decimal): -4841398 or 4858038. OLE color: 4858038.

HSL color Cylindrical-coordinate representation of color #B6204A: hue angle of 343.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6204A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 74 -
CMYK 0 0.82 0.59 0.29
HSL 343.2º 0.7% 0.42% -
HSV(B) 343.2º 0.82% 0.71% -
XYZ 21.04 11.47 7.58 -
YUV 81.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 182 32 74 0 0.82 0.59 0.29 343.2 0.7 0.42
Hex B6 20 4A 0 52 3B 1D 157 46 2A
Octal 266 40 112 0 122 73 35 527 106 52
Binary 10110110 100000 1001010 0 1010010 111011 11101 101010111 1000110 101010

Color Harmonies of #B6204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6204A

Black with #B6204A

Text Example


Text Example

White with #B6204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6204A; }

 p { color: rgb(182,32,74); }

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

background-color css

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

 a { background-color: rgb(182,32,74); }

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

border-color css

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

 span { border-color: rgb(182,32,74); }

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