Html Css Color HEX #B9335C Old Rose

📋 copy color: '#B9335C'

red 185 ◦ green 51 ◦ blue 92

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

Shades of Old Rose #B9335C

Tints of Old Rose #B9335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 56.4%
G = 15.55%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9335C (or 0xB9335C) is known color: Old Rose. HEX triplet: B9, 33 and 5C. RGB value is (185,51,92). Sum of RGB (Red+Green+Blue) = 185+51+92=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335C is #46CCA3. Grayscale: #5F5F5F. Windows color (decimal): -4639908 or 6042553. OLE color: 6042553.

HSL color Cylindrical-coordinate representation of color #B9335C: hue angle of 341.64º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9335C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 92 -
CMYK 0 0.72 0.50 0.27
HSL 341.64º 0.57% 0.46% -
HSV(B) 341.64º 0.72% 0.73% -
XYZ 23.12 13.45 11.5 -
YUV 95.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 185 51 92 0 0.72 0.50 0.27 341.64 0.57 0.46
Hex B9 33 5C 0 48 32 1B 156 39 2E
Octal 271 63 134 0 110 62 33 526 71 56
Binary 10111001 110011 1011100 0 1001000 110010 11011 101010110 111001 101110

Color Harmonies of #B9335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9335C

Black with #B9335C

Text Example


Text Example

White with #B9335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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