Html Css Color HEX #B9335A Old Rose

📋 copy color: '#B9335A'

red 185 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #B9335A

Tints of Old Rose #B9335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 56.75%
G = 15.64%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9335A (or 0xB9335A) is known color: Old Rose. HEX triplet: B9, 33 and 5A. RGB value is (185,51,90). Sum of RGB (Red+Green+Blue) = 185+51+90=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335A is #46CCA5. Grayscale: #5F5F5F. Windows color (decimal): -4639910 or 5911481. OLE color: 5911481.

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

Color convert

RGB 185 51 90 -
CMYK 0 0.72 0.51 0.27
HSL 342.54º 0.57% 0.46% -
HSV(B) 342.54º 0.72% 0.73% -
XYZ 23.04 13.42 11.05 -
YUV 95.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 185 51 90 0 0.72 0.51 0.27 342.54 0.57 0.46
Hex B9 33 5A 0 48 33 1B 157 39 2E
Octal 271 63 132 0 110 63 33 527 71 56
Binary 10111001 110011 1011010 0 1001000 110011 11011 101010111 111001 101110

Color Harmonies of #B9335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9335A

Black with #B9335A

Text Example


Text Example

White with #B9335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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