Html Css Color HEX #B9374B Old Rose

📋 copy color: '#B9374B'

red 185 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #B9374B

Tints of Old Rose #B9374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 58.73%
G = 17.46%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9374B (or 0xB9374B) is known color: Old Rose. HEX triplet: B9, 37 and 4B. RGB value is (185,55,75). Sum of RGB (Red+Green+Blue) = 185+55+75=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9374B is #46C8B4. Grayscale: #606060. Windows color (decimal): -4638901 or 4929465. OLE color: 4929465.

HSL color Cylindrical-coordinate representation of color #B9374B: hue angle of 350.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9374B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 75 -
CMYK 0 0.70 0.59 0.27
HSL 350.77º 0.54% 0.47% -
HSV(B) 350.77º 0.7% 0.73% -
XYZ 22.64 13.55 8.08 -
YUV 96.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 185 55 75 0 0.70 0.59 0.27 350.77 0.54 0.47
Hex B9 37 4B 0 46 3B 1B 15F 36 2F
Octal 271 67 113 0 106 73 33 537 66 57
Binary 10111001 110111 1001011 0 1000110 111011 11011 101011111 110110 101111

Color Harmonies of #B9374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9374B

Black with #B9374B

Text Example


Text Example

White with #B9374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9374B; }

 p { color: rgb(185,55,75); }

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

background-color css

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

 a { background-color: rgb(185,55,75); }

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

border-color css

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

 span { border-color: rgb(185,55,75); }

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