Html Css Color HEX #B9255B Old Rose

📋 copy color: '#B9255B'

red 185 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B9255B

Tints of Old Rose #B9255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 59.11%
G = 11.82%
B = 29.07%

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

#B9255B (or 0xB9255B) is known color: Old Rose. HEX triplet: B9, 25 and 5B. RGB value is (185,37,91). Sum of RGB (Red+Green+Blue) = 185+37+91=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9255B is #46DAA4. Grayscale: #575757. Windows color (decimal): -4643493 or 5973433. OLE color: 5973433.

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

Color convert

RGB 185 37 91 -
CMYK 0 0.80 0.51 0.27
HSL 338.11º 0.67% 0.44% -
HSV(B) 338.11º 0.8% 0.73% -
XYZ 22.56 12.39 11.1 -
YUV 87.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 185 37 91 0 0.80 0.51 0.27 338.11 0.67 0.44
Hex B9 25 5B 0 50 33 1B 152 43 2C
Octal 271 45 133 0 120 63 33 522 103 54
Binary 10111001 100101 1011011 0 1010000 110011 11011 101010010 1000011 101100

Color Harmonies of #B9255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9255B

Black with #B9255B

Text Example


Text Example

White with #B9255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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