Html Css Color HEX #B7205B Old Rose

📋 copy color: '#B7205B'

red 183 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #B7205B

Tints of Old Rose #B7205B

RGB

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

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

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

R = 59.8%
G = 10.46%
B = 29.74%

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

#B7205B (or 0xB7205B) is known color: Old Rose. HEX triplet: B7, 20 and 5B. RGB value is (183,32,91). Sum of RGB (Red+Green+Blue) = 183+32+91=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7205B is #48DFA4. Grayscale: #535353. Windows color (decimal): -4775845 or 5972151. OLE color: 5972151.

HSL color Cylindrical-coordinate representation of color #B7205B: hue angle of 336.56º 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 #B7205B is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 91 -
CMYK 0 0.83 0.50 0.28
HSL 336.56º 0.7% 0.42% -
HSV(B) 336.56º 0.83% 0.72% -
XYZ 21.93 11.86 11.03 -
YUV 83.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 183 32 91 0 0.83 0.50 0.28 336.56 0.7 0.42
Hex B7 20 5B 0 53 32 1C 151 46 2A
Octal 267 40 133 0 123 62 34 521 106 52
Binary 10110111 100000 1011011 0 1010011 110010 11100 101010001 1000110 101010

Color Harmonies of #B7205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7205B

Black with #B7205B

Text Example


Text Example

White with #B7205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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