Html Css Color HEX #B2374F Old Rose

📋 copy color: '#B2374F'

red 178 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #B2374F

Tints of Old Rose #B2374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 57.05%
G = 17.63%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2374F (or 0xB2374F) is known color: Old Rose. HEX triplet: B2, 37 and 4F. RGB value is (178,55,79). Sum of RGB (Red+Green+Blue) = 178+55+79=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2374F is #4DC8B0. Grayscale: #5E5E5E. Windows color (decimal): -5097649 or 5191602. OLE color: 5191602.

HSL color Cylindrical-coordinate representation of color #B2374F: hue angle of 348.29º 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 #B2374F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 79 -
CMYK 0 0.69 0.56 0.30
HSL 348.29º 0.53% 0.46% -
HSV(B) 348.29º 0.69% 0.7% -
XYZ 21.14 12.76 8.75 -
YUV 94.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 178 55 79 0 0.69 0.56 0.30 348.29 0.53 0.46
Hex B2 37 4F 0 45 38 1E 15C 35 2E
Octal 262 67 117 0 105 70 36 534 65 56
Binary 10110010 110111 1001111 0 1000101 111000 11110 101011100 110101 101110

Color Harmonies of #B2374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2374F

Black with #B2374F

Text Example


Text Example

White with #B2374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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