Html Css Color HEX #B9254B Old Rose

📋 copy color: '#B9254B'

red 185 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #B9254B

Tints of Old Rose #B9254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 62.29%
G = 12.46%
B = 25.25%

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

#B9254B (or 0xB9254B) is known color: Old Rose. HEX triplet: B9, 25 and 4B. RGB value is (185,37,75). Sum of RGB (Red+Green+Blue) = 185+37+75=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9254B is #46DAB4. Grayscale: #555555. Windows color (decimal): -4643509 or 4924857. OLE color: 4924857.

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

Color convert

RGB 185 37 75 -
CMYK 0 0.80 0.59 0.27
HSL 344.59º 0.67% 0.44% -
HSV(B) 344.59º 0.8% 0.73% -
XYZ 21.94 12.15 7.84 -
YUV 85.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 185 37 75 0 0.80 0.59 0.27 344.59 0.67 0.44
Hex B9 25 4B 0 50 3B 1B 159 43 2C
Octal 271 45 113 0 120 73 33 531 103 54
Binary 10111001 100101 1001011 0 1010000 111011 11011 101011001 1000011 101100

Color Harmonies of #B9254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9254B

Black with #B9254B

Text Example


Text Example

White with #B9254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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