Html Css Color HEX #B7205C Old Rose

📋 copy color: '#B7205C'

red 183 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #B7205C

Tints of Old Rose #B7205C

RGB

 RED value IS 183 (71.88% from 255) = 59.61%

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

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

R = 59.61%
G = 10.42%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7205C (or 0xB7205C) is known color: Old Rose. HEX triplet: B7, 20 and 5C. RGB value is (183,32,92). Sum of RGB (Red+Green+Blue) = 183+32+92=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7205C is #48DFA3. Grayscale: #535353. Windows color (decimal): -4775844 or 6037687. OLE color: 6037687.

HSL color Cylindrical-coordinate representation of color #B7205C: hue angle of 336.16º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7205C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 92 -
CMYK 0 0.83 0.50 0.28
HSL 336.16º 0.7% 0.42% -
HSV(B) 336.16º 0.83% 0.72% -
XYZ 21.98 11.87 11.26 -
YUV 83.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 183 32 92 0 0.83 0.50 0.28 336.16 0.7 0.42
Hex B7 20 5C 0 53 32 1C 150 46 2A
Octal 267 40 134 0 123 62 34 520 106 52
Binary 10110111 100000 1011100 0 1010011 110010 11100 101010000 1000110 101010

Color Harmonies of #B7205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7205C

Black with #B7205C

Text Example


Text Example

White with #B7205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7205C; }

 p { color: rgb(183,32,92); }

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

background-color css

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

 a { background-color: rgb(183,32,92); }

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

border-color css

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

 span { border-color: rgb(183,32,92); }

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