Html Css Color HEX #B9334C Old Rose

📋 copy color: '#B9334C'

red 185 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #B9334C

Tints of Old Rose #B9334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 59.29%
G = 16.35%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9334C (or 0xB9334C) is known color: Old Rose. HEX triplet: B9, 33 and 4C. RGB value is (185,51,76). Sum of RGB (Red+Green+Blue) = 185+51+76=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9334C is #46CCB3. Grayscale: #5D5D5D. Windows color (decimal): -4639924 or 4993977. OLE color: 4993977.

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

Color convert

RGB 185 51 76 -
CMYK 0 0.72 0.59 0.27
HSL 348.81º 0.57% 0.46% -
HSV(B) 348.81º 0.72% 0.73% -
XYZ 22.5 13.2 8.2 -
YUV 93.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 185 51 76 0 0.72 0.59 0.27 348.81 0.57 0.46
Hex B9 33 4C 0 48 3B 1B 15D 39 2E
Octal 271 63 114 0 110 73 33 535 71 56
Binary 10111001 110011 1001100 0 1001000 111011 11011 101011101 111001 101110

Color Harmonies of #B9334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9334C

Black with #B9334C

Text Example


Text Example

White with #B9334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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