Html Css Color HEX #B7274C Old Rose

📋 copy color: '#B7274C'

red 183 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #B7274C

Tints of Old Rose #B7274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 61.41%
G = 13.09%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7274C (or 0xB7274C) is known color: Old Rose. HEX triplet: B7, 27 and 4C. RGB value is (183,39,76). Sum of RGB (Red+Green+Blue) = 183+39+76=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7274C is #48D8B3. Grayscale: #565656. Windows color (decimal): -4774068 or 4990903. OLE color: 4990903.

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

Color convert

RGB 183 39 76 -
CMYK 0 0.79 0.58 0.28
HSL 344.58º 0.65% 0.44% -
HSV(B) 344.58º 0.79% 0.72% -
XYZ 21.56 12.04 8.03 -
YUV 86.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 183 39 76 0 0.79 0.58 0.28 344.58 0.65 0.44
Hex B7 27 4C 0 4F 3A 1C 159 41 2C
Octal 267 47 114 0 117 72 34 531 101 54
Binary 10110111 100111 1001100 0 1001111 111010 11100 101011001 1000001 101100

Color Harmonies of #B7274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7274C

Black with #B7274C

Text Example


Text Example

White with #B7274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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