Html Css Color HEX #B9265B Old Rose

📋 copy color: '#B9265B'

red 185 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #B9265B

Tints of Old Rose #B9265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 58.92%
G = 12.1%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9265B (or 0xB9265B) is known color: Old Rose. HEX triplet: B9, 26 and 5B. RGB value is (185,38,91). Sum of RGB (Red+Green+Blue) = 185+38+91=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9265B is #46D9A4. Grayscale: #575757. Windows color (decimal): -4643237 or 5973689. OLE color: 5973689.

HSL color Cylindrical-coordinate representation of color #B9265B: hue angle of 338.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9265B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 91 -
CMYK 0 0.79 0.51 0.27
HSL 338.37º 0.66% 0.44% -
HSV(B) 338.37º 0.79% 0.73% -
XYZ 22.59 12.46 11.11 -
YUV 88 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 185 38 91 0 0.79 0.51 0.27 338.37 0.66 0.44
Hex B9 26 5B 0 4F 33 1B 152 42 2C
Octal 271 46 133 0 117 63 33 522 102 54
Binary 10111001 100110 1011011 0 1001111 110011 11011 101010010 1000010 101100

Color Harmonies of #B9265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9265B

Black with #B9265B

Text Example


Text Example

White with #B9265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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