Html Css Color HEX #B9365B Old Rose

📋 copy color: '#B9365B'

red 185 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #B9365B

Tints of Old Rose #B9365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 56.06%
G = 16.36%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9365B (or 0xB9365B) is known color: Old Rose. HEX triplet: B9, 36 and 5B. RGB value is (185,54,91). Sum of RGB (Red+Green+Blue) = 185+54+91=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365B is #46C9A4. Grayscale: #616161. Windows color (decimal): -4639141 or 5977785. OLE color: 5977785.

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

Color convert

RGB 185 54 91 -
CMYK 0 0.71 0.51 0.27
HSL 343.05º 0.55% 0.47% -
HSV(B) 343.05º 0.71% 0.73% -
XYZ 23.22 13.71 11.32 -
YUV 97.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 185 54 91 0 0.71 0.51 0.27 343.05 0.55 0.47
Hex B9 36 5B 0 47 33 1B 157 37 2F
Octal 271 66 133 0 107 63 33 527 67 57
Binary 10111001 110110 1011011 0 1000111 110011 11011 101010111 110111 101111

Color Harmonies of #B9365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9365B

Black with #B9365B

Text Example


Text Example

White with #B9365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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