Html Css Color HEX #B9355C Old Rose

📋 copy color: '#B9355C'

red 185 ◦ green 53 ◦ blue 92

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

Shades of Old Rose #B9355C

Tints of Old Rose #B9355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 56.06%
G = 16.06%
B = 27.88%

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

#B9355C (or 0xB9355C) is known color: Old Rose. HEX triplet: B9, 35 and 5C. RGB value is (185,53,92). Sum of RGB (Red+Green+Blue) = 185+53+92=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355C is #46CAA3. Grayscale: #606060. Windows color (decimal): -4639396 or 6043065. OLE color: 6043065.

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

Color convert

RGB 185 53 92 -
CMYK 0 0.71 0.50 0.27
HSL 342.27º 0.55% 0.47% -
HSV(B) 342.27º 0.71% 0.73% -
XYZ 23.21 13.63 11.53 -
YUV 96.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 185 53 92 0 0.71 0.50 0.27 342.27 0.55 0.47
Hex B9 35 5C 0 47 32 1B 156 37 2F
Octal 271 65 134 0 107 62 33 526 67 57
Binary 10111001 110101 1011100 0 1000111 110010 11011 101010110 110111 101111

Color Harmonies of #B9355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9355C

Black with #B9355C

Text Example


Text Example

White with #B9355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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