Html Css Color HEX #B9274A Old Rose

📋 copy color: '#B9274A'

red 185 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #B9274A

Tints of Old Rose #B9274A

RGB

 RED value IS 185 (72.66% from 255) = 62.08%

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

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

R = 62.08%
G = 13.09%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9274A (or 0xB9274A) is known color: Old Rose. HEX triplet: B9, 27 and 4A. RGB value is (185,39,74). Sum of RGB (Red+Green+Blue) = 185+39+74=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9274A is #46D8B5. Grayscale: #565656. Windows color (decimal): -4642998 or 4859833. OLE color: 4859833.

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

Color convert

RGB 185 39 74 -
CMYK 0 0.79 0.6 0.27
HSL 345.62º 0.65% 0.44% -
HSV(B) 345.62º 0.79% 0.73% -
XYZ 21.97 12.26 7.69 -
YUV 86.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 185 39 74 0 0.79 0.6 0.27 345.62 0.65 0.44
Hex B9 27 4A 0 4F 3C 1B 15A 41 2C
Octal 271 47 112 0 117 74 33 532 101 54
Binary 10111001 100111 1001010 0 1001111 111100 11011 101011010 1000001 101100

Color Harmonies of #B9274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9274A

Black with #B9274A

Text Example


Text Example

White with #B9274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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