Html Css Color HEX #B2374D Old Rose

📋 copy color: '#B2374D'

red 178 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #B2374D

Tints of Old Rose #B2374D

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 57.42%
G = 17.74%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2374D (or 0xB2374D) is known color: Old Rose. HEX triplet: B2, 37 and 4D. RGB value is (178,55,77). Sum of RGB (Red+Green+Blue) = 178+55+77=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2374D is #4DC8B2. Grayscale: #5E5E5E. Windows color (decimal): -5097651 or 5060530. OLE color: 5060530.

HSL color Cylindrical-coordinate representation of color #B2374D: hue angle of 349.27º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2374D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 77 -
CMYK 0 0.69 0.57 0.30
HSL 349.27º 0.53% 0.46% -
HSV(B) 349.27º 0.69% 0.7% -
XYZ 21.07 12.73 8.37 -
YUV 94.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 178 55 77 0 0.69 0.57 0.30 349.27 0.53 0.46
Hex B2 37 4D 0 45 39 1E 15D 35 2E
Octal 262 67 115 0 105 71 36 535 65 56
Binary 10110010 110111 1001101 0 1000101 111001 11110 101011101 110101 101110

Color Harmonies of #B2374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2374D

Black with #B2374D

Text Example


Text Example

White with #B2374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2374D; }

 p { color: rgb(178,55,77); }

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

background-color css

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

 a { background-color: rgb(178,55,77); }

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

border-color css

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

 span { border-color: rgb(178,55,77); }

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