Html Css Color HEX #B9345B Old Rose

📋 copy color: '#B9345B'

red 185 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #B9345B

Tints of Old Rose #B9345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 56.4%
G = 15.85%
B = 27.74%

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

#B9345B (or 0xB9345B) is known color: Old Rose. HEX triplet: B9, 34 and 5B. RGB value is (185,52,91). Sum of RGB (Red+Green+Blue) = 185+52+91=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9345B is #46CBA4. Grayscale: #606060. Windows color (decimal): -4639653 or 5977273. OLE color: 5977273.

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

Color convert

RGB 185 52 91 -
CMYK 0 0.72 0.51 0.27
HSL 342.41º 0.56% 0.46% -
HSV(B) 342.41º 0.72% 0.73% -
XYZ 23.12 13.53 11.29 -
YUV 96.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 185 52 91 0 0.72 0.51 0.27 342.41 0.56 0.46
Hex B9 34 5B 0 48 33 1B 156 38 2E
Octal 271 64 133 0 110 63 33 526 70 56
Binary 10111001 110100 1011011 0 1001000 110011 11011 101010110 111000 101110

Color Harmonies of #B9345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9345B

Black with #B9345B

Text Example


Text Example

White with #B9345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9345B; }

 p { color: rgb(185,52,91); }

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

background-color css

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

 a { background-color: rgb(185,52,91); }

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

border-color css

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

 span { border-color: rgb(185,52,91); }

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