Html Css Color HEX #B2384C Old Rose

📋 copy color: '#B2384C'

red 178 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #B2384C

Tints of Old Rose #B2384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 57.42%
G = 18.06%
B = 24.52%

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

#B2384C (or 0xB2384C) is known color: Old Rose. HEX triplet: B2, 38 and 4C. RGB value is (178,56,76). Sum of RGB (Red+Green+Blue) = 178+56+76=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2384C is #4DC7B3. Grayscale: #5E5E5E. Windows color (decimal): -5097396 or 4995250. OLE color: 4995250.

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

Color convert

RGB 178 56 76 -
CMYK 0 0.69 0.57 0.30
HSL 350.16º 0.52% 0.46% -
HSV(B) 350.16º 0.69% 0.7% -
XYZ 21.08 12.82 8.2 -
YUV 94.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 178 56 76 0 0.69 0.57 0.30 350.16 0.52 0.46
Hex B2 38 4C 0 45 39 1E 15E 34 2E
Octal 262 70 114 0 105 71 36 536 64 56
Binary 10110010 111000 1001100 0 1000101 111001 11110 101011110 110100 101110

Color Harmonies of #B2384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2384C

Black with #B2384C

Text Example


Text Example

White with #B2384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2384C; }

 p { color: rgb(178,56,76); }

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

background-color css

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

 a { background-color: rgb(178,56,76); }

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

border-color css

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

 span { border-color: rgb(178,56,76); }

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