Html Css Color HEX #B9345C Old Rose

📋 copy color: '#B9345C'

red 185 ◦ green 52 ◦ blue 92

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

Shades of Old Rose #B9345C

Tints of Old Rose #B9345C

RGB

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

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

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

R = 56.23%
G = 15.81%
B = 27.96%

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

#B9345C (or 0xB9345C) is known color: Old Rose. HEX triplet: B9, 34 and 5C. RGB value is (185,52,92). Sum of RGB (Red+Green+Blue) = 185+52+92=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9345C is #46CBA3. Grayscale: #606060. Windows color (decimal): -4639652 or 6042809. OLE color: 6042809.

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

Color convert

RGB 185 52 92 -
CMYK 0 0.72 0.50 0.27
HSL 341.95º 0.56% 0.46% -
HSV(B) 341.95º 0.72% 0.73% -
XYZ 23.17 13.54 11.52 -
YUV 96.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 185 52 92 0 0.72 0.50 0.27 341.95 0.56 0.46
Hex B9 34 5C 0 48 32 1B 156 38 2E
Octal 271 64 134 0 110 62 33 526 70 56
Binary 10111001 110100 1011100 0 1001000 110010 11011 101010110 111000 101110

Color Harmonies of #B9345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9345C

Black with #B9345C

Text Example


Text Example

White with #B9345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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