Html Css Color HEX #B9355A Old Rose

📋 copy color: '#B9355A'

red 185 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #B9355A

Tints of Old Rose #B9355A

RGB

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

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

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

R = 56.4%
G = 16.16%
B = 27.44%

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

#B9355A (or 0xB9355A) is known color: Old Rose. HEX triplet: B9, 35 and 5A. RGB value is (185,53,90). Sum of RGB (Red+Green+Blue) = 185+53+90=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355A is #46CAA5. Grayscale: #606060. Windows color (decimal): -4639398 or 5911993. OLE color: 5911993.

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

Color convert

RGB 185 53 90 -
CMYK 0 0.71 0.51 0.27
HSL 343.18º 0.55% 0.47% -
HSV(B) 343.18º 0.71% 0.73% -
XYZ 23.13 13.6 11.08 -
YUV 96.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 185 53 90 0 0.71 0.51 0.27 343.18 0.55 0.47
Hex B9 35 5A 0 47 33 1B 157 37 2F
Octal 271 65 132 0 107 63 33 527 67 57
Binary 10111001 110101 1011010 0 1000111 110011 11011 101010111 110111 101111

Color Harmonies of #B9355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9355A

Black with #B9355A

Text Example


Text Example

White with #B9355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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