Html Css Color HEX #B7275B Old Rose

📋 copy color: '#B7275B'

red 183 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #B7275B

Tints of Old Rose #B7275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 58.47%
G = 12.46%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7275B (or 0xB7275B) is known color: Old Rose. HEX triplet: B7, 27 and 5B. RGB value is (183,39,91). Sum of RGB (Red+Green+Blue) = 183+39+91=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7275B is #48D8A4. Grayscale: #575757. Windows color (decimal): -4774053 or 5973943. OLE color: 5973943.

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

Color convert

RGB 183 39 91 -
CMYK 0 0.79 0.50 0.28
HSL 338.33º 0.65% 0.44% -
HSV(B) 338.33º 0.79% 0.72% -
XYZ 22.14 12.27 11.1 -
YUV 87.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 183 39 91 0 0.79 0.50 0.28 338.33 0.65 0.44
Hex B7 27 5B 0 4F 32 1C 152 41 2C
Octal 267 47 133 0 117 62 34 522 101 54
Binary 10110111 100111 1011011 0 1001111 110010 11100 101010010 1000001 101100

Color Harmonies of #B7275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7275B

Black with #B7275B

Text Example


Text Example

White with #B7275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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