Html Css Color HEX #B0374A Old Rose

📋 copy color: '#B0374A'

red 176 ◦ green 55 ◦ blue 74

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

Shades of Old Rose #B0374A

Tints of Old Rose #B0374A

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

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

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

R = 57.7%
G = 18.03%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0374A (or 0xB0374A) is known color: Old Rose. HEX triplet: B0, 37 and 4A. RGB value is (176,55,74). Sum of RGB (Red+Green+Blue) = 176+55+74=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0374A is #4FC8B5. Grayscale: #5D5D5D. Windows color (decimal): -5228726 or 4863920. OLE color: 4863920.

HSL color Cylindrical-coordinate representation of color #B0374A: hue angle of 350.58º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0374A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 74 -
CMYK 0 0.69 0.58 0.31
HSL 350.58º 0.52% 0.45% -
HSV(B) 350.58º 0.69% 0.69% -
XYZ 20.51 12.46 7.8 -
YUV 93.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 176 55 74 0 0.69 0.58 0.31 350.58 0.52 0.45
Hex B0 37 4A 0 45 3A 1F 15F 34 2D
Octal 260 67 112 0 105 72 37 537 64 55
Binary 10110000 110111 1001010 0 1000101 111010 11111 101011111 110100 101101

Color Harmonies of #B0374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0374A

Black with #B0374A

Text Example


Text Example

White with #B0374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0374A; }

 p { color: rgb(176,55,74); }

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

background-color css

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

 a { background-color: rgb(176,55,74); }

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

border-color css

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

 span { border-color: rgb(176,55,74); }

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