Html Css Color HEX #B7274A Old Rose

📋 copy color: '#B7274A'

red 183 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #B7274A

Tints of Old Rose #B7274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 61.82%
G = 13.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7274A (or 0xB7274A) is known color: Old Rose. HEX triplet: B7, 27 and 4A. RGB value is (183,39,74). Sum of RGB (Red+Green+Blue) = 183+39+74=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7274A is #48D8B5. Grayscale: #565656. Windows color (decimal): -4774070 or 4859831. OLE color: 4859831.

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

Color convert

RGB 183 39 74 -
CMYK 0 0.79 0.60 0.28
HSL 345.42º 0.65% 0.44% -
HSV(B) 345.42º 0.79% 0.72% -
XYZ 21.49 12.01 7.66 -
YUV 86.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 183 39 74 0 0.79 0.60 0.28 345.42 0.65 0.44
Hex B7 27 4A 0 4F 3C 1C 159 41 2C
Octal 267 47 112 0 117 74 34 531 101 54
Binary 10110111 100111 1001010 0 1001111 111100 11100 101011001 1000001 101100

Color Harmonies of #B7274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7274A

Black with #B7274A

Text Example


Text Example

White with #B7274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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