Html Css Color HEX #B9274E Old Rose

📋 copy color: '#B9274E'

red 185 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #B9274E

Tints of Old Rose #B9274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 61.26%
G = 12.91%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9274E (or 0xB9274E) is known color: Old Rose. HEX triplet: B9, 27 and 4E. RGB value is (185,39,78). Sum of RGB (Red+Green+Blue) = 185+39+78=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9274E is #46D8B1. Grayscale: #575757. Windows color (decimal): -4642994 or 5121977. OLE color: 5121977.

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

Color convert

RGB 185 39 78 -
CMYK 0 0.79 0.58 0.27
HSL 343.97º 0.65% 0.44% -
HSV(B) 343.97º 0.79% 0.73% -
XYZ 22.11 12.32 8.42 -
YUV 87.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 185 39 78 0 0.79 0.58 0.27 343.97 0.65 0.44
Hex B9 27 4E 0 4F 3A 1B 158 41 2C
Octal 271 47 116 0 117 72 33 530 101 54
Binary 10111001 100111 1001110 0 1001111 111010 11011 101011000 1000001 101100

Color Harmonies of #B9274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9274E

Black with #B9274E

Text Example


Text Example

White with #B9274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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