Html Css Color HEX #B9254C Old Rose

📋 copy color: '#B9254C'

red 185 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #B9254C

Tints of Old Rose #B9254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 62.08%
G = 12.42%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9254C (or 0xB9254C) is known color: Old Rose. HEX triplet: B9, 25 and 4C. RGB value is (185,37,76). Sum of RGB (Red+Green+Blue) = 185+37+76=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9254C is #46DAB3. Grayscale: #555555. Windows color (decimal): -4643508 or 4990393. OLE color: 4990393.

HSL color Cylindrical-coordinate representation of color #B9254C: hue angle of 344.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9254C is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 76 -
CMYK 0 0.80 0.59 0.27
HSL 344.19º 0.67% 0.44% -
HSV(B) 344.19º 0.8% 0.73% -
XYZ 21.97 12.16 8.03 -
YUV 85.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 185 37 76 0 0.80 0.59 0.27 344.19 0.67 0.44
Hex B9 25 4C 0 50 3B 1B 158 43 2C
Octal 271 45 114 0 120 73 33 530 103 54
Binary 10111001 100101 1001100 0 1010000 111011 11011 101011000 1000011 101100

Color Harmonies of #B9254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9254C

Black with #B9254C

Text Example


Text Example

White with #B9254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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