Html Css Color HEX #B9274C Old Rose

📋 copy color: '#B9274C'

red 185 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #B9274C

Tints of Old Rose #B9274C

RGB

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

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

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

R = 61.67%
G = 13%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9274C (or 0xB9274C) is known color: Old Rose. HEX triplet: B9, 27 and 4C. RGB value is (185,39,76). Sum of RGB (Red+Green+Blue) = 185+39+76=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9274C is #46D8B3. Grayscale: #565656. Windows color (decimal): -4642996 or 4990905. OLE color: 4990905.

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

Color convert

RGB 185 39 76 -
CMYK 0 0.79 0.59 0.27
HSL 344.79º 0.65% 0.44% -
HSV(B) 344.79º 0.79% 0.73% -
XYZ 22.04 12.29 8.05 -
YUV 86.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 185 39 76 0 0.79 0.59 0.27 344.79 0.65 0.44
Hex B9 27 4C 0 4F 3B 1B 159 41 2C
Octal 271 47 114 0 117 73 33 531 101 54
Binary 10111001 100111 1001100 0 1001111 111011 11011 101011001 1000001 101100

Color Harmonies of #B9274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9274C

Black with #B9274C

Text Example


Text Example

White with #B9274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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