Html Css Color HEX #B9254A Old Rose

📋 copy color: '#B9254A'

red 185 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #B9254A

Tints of Old Rose #B9254A

RGB

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

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

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

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9254A (or 0xB9254A) is known color: Old Rose. HEX triplet: B9, 25 and 4A. RGB value is (185,37,74). Sum of RGB (Red+Green+Blue) = 185+37+74=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9254A is #46DAB5. Grayscale: #555555. Windows color (decimal): -4643510 or 4859321. OLE color: 4859321.

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

Color convert

RGB 185 37 74 -
CMYK 0 0.80 0.6 0.27
HSL 345º 0.67% 0.44% -
HSV(B) 345º 0.8% 0.73% -
XYZ 21.91 12.13 7.67 -
YUV 85.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 185 37 74 0 0.80 0.6 0.27 345 0.67 0.44
Hex B9 25 4A 0 50 3C 1B 159 43 2C
Octal 271 45 112 0 120 74 33 531 103 54
Binary 10111001 100101 1001010 0 1010000 111100 11011 101011001 1000011 101100

Color Harmonies of #B9254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9254A

Black with #B9254A

Text Example


Text Example

White with #B9254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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