Html Css Color HEX #B7204B Old Rose

📋 copy color: '#B7204B'

red 183 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #B7204B

Tints of Old Rose #B7204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 63.1%
G = 11.03%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7204B (or 0xB7204B) is known color: Old Rose. HEX triplet: B7, 20 and 4B. RGB value is (183,32,75). Sum of RGB (Red+Green+Blue) = 183+32+75=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7204B is #48DFB4. Grayscale: #525252. Windows color (decimal): -4775861 or 4923575. OLE color: 4923575.

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

Color convert

RGB 183 32 75 -
CMYK 0 0.83 0.59 0.28
HSL 342.91º 0.7% 0.42% -
HSV(B) 342.91º 0.83% 0.72% -
XYZ 21.31 11.61 7.77 -
YUV 82.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 183 32 75 0 0.83 0.59 0.28 342.91 0.7 0.42
Hex B7 20 4B 0 53 3B 1C 157 46 2A
Octal 267 40 113 0 123 73 34 527 106 52
Binary 10110111 100000 1001011 0 1010011 111011 11100 101010111 1000110 101010

Color Harmonies of #B7204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7204B

Black with #B7204B

Text Example


Text Example

White with #B7204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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