Html Css Color HEX #B2384A Old Rose

📋 copy color: '#B2384A'

red 178 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B2384A

Tints of Old Rose #B2384A

RGB

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

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

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

R = 57.79%
G = 18.18%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2384A (or 0xB2384A) is known color: Old Rose. HEX triplet: B2, 38 and 4A. RGB value is (178,56,74). Sum of RGB (Red+Green+Blue) = 178+56+74=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2384A is #4DC7B5. Grayscale: #5E5E5E. Windows color (decimal): -5097398 or 4864178. OLE color: 4864178.

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

Color convert

RGB 178 56 74 -
CMYK 0 0.69 0.58 0.30
HSL 351.15º 0.52% 0.46% -
HSV(B) 351.15º 0.69% 0.7% -
XYZ 21.01 12.79 7.84 -
YUV 94.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 178 56 74 0 0.69 0.58 0.30 351.15 0.52 0.46
Hex B2 38 4A 0 45 3A 1E 15F 34 2E
Octal 262 70 112 0 105 72 36 537 64 56
Binary 10110010 111000 1001010 0 1000101 111010 11110 101011111 110100 101110

Color Harmonies of #B2384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2384A

Black with #B2384A

Text Example


Text Example

White with #B2384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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