Html Css Color HEX #B9334A Old Rose

📋 copy color: '#B9334A'

red 185 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #B9334A

Tints of Old Rose #B9334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 59.68%
G = 16.45%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9334A (or 0xB9334A) is known color: Old Rose. HEX triplet: B9, 33 and 4A. RGB value is (185,51,74). Sum of RGB (Red+Green+Blue) = 185+51+74=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9334A is #46CCB5. Grayscale: #5D5D5D. Windows color (decimal): -4639926 or 4862905. OLE color: 4862905.

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

Color convert

RGB 185 51 74 -
CMYK 0 0.72 0.6 0.27
HSL 349.7º 0.57% 0.46% -
HSV(B) 349.7º 0.72% 0.73% -
XYZ 22.43 13.18 7.84 -
YUV 93.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 185 51 74 0 0.72 0.6 0.27 349.7 0.57 0.46
Hex B9 33 4A 0 48 3C 1B 15E 39 2E
Octal 271 63 112 0 110 74 33 536 71 56
Binary 10111001 110011 1001010 0 1001000 111100 11011 101011110 111001 101110

Color Harmonies of #B9334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9334A

Black with #B9334A

Text Example


Text Example

White with #B9334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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