Html Css Color HEX #B9255A Old Rose

📋 copy color: '#B9255A'

red 185 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #B9255A

Tints of Old Rose #B9255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 59.29%
G = 11.86%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9255A (or 0xB9255A) is known color: Old Rose. HEX triplet: B9, 25 and 5A. RGB value is (185,37,90). Sum of RGB (Red+Green+Blue) = 185+37+90=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9255A is #46DAA5. Grayscale: #575757. Windows color (decimal): -4643494 or 5907897. OLE color: 5907897.

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

Color convert

RGB 185 37 90 -
CMYK 0 0.80 0.51 0.27
HSL 338.51º 0.67% 0.44% -
HSV(B) 338.51º 0.8% 0.73% -
XYZ 22.51 12.38 10.87 -
YUV 87.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 185 37 90 0 0.80 0.51 0.27 338.51 0.67 0.44
Hex B9 25 5A 0 50 33 1B 153 43 2C
Octal 271 45 132 0 120 63 33 523 103 54
Binary 10111001 100101 1011010 0 1010000 110011 11011 101010011 1000011 101100

Color Harmonies of #B9255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9255A

Black with #B9255A

Text Example


Text Example

White with #B9255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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