Html Css Color HEX #B9365C Old Rose

📋 copy color: '#B9365C'

red 185 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #B9365C

Tints of Old Rose #B9365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 55.89%
G = 16.31%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9365C (or 0xB9365C) is known color: Old Rose. HEX triplet: B9, 36 and 5C. RGB value is (185,54,92). Sum of RGB (Red+Green+Blue) = 185+54+92=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365C is #46C9A3. Grayscale: #616161. Windows color (decimal): -4639140 or 6043321. OLE color: 6043321.

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

Color convert

RGB 185 54 92 -
CMYK 0 0.71 0.50 0.27
HSL 342.6º 0.55% 0.47% -
HSV(B) 342.6º 0.71% 0.73% -
XYZ 23.26 13.73 11.55 -
YUV 97.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 185 54 92 0 0.71 0.50 0.27 342.6 0.55 0.47
Hex B9 36 5C 0 47 32 1B 157 37 2F
Octal 271 66 134 0 107 62 33 527 67 57
Binary 10111001 110110 1011100 0 1000111 110010 11011 101010111 110111 101111

Color Harmonies of #B9365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9365C

Black with #B9365C

Text Example


Text Example

White with #B9365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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