Html Css Color HEX #B2384E Old Rose

📋 copy color: '#B2384E'

red 178 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #B2384E

Tints of Old Rose #B2384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 57.05%
G = 17.95%
B = 25%

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

#B2384E (or 0xB2384E) is known color: Old Rose. HEX triplet: B2, 38 and 4E. RGB value is (178,56,78). Sum of RGB (Red+Green+Blue) = 178+56+78=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2384E is #4DC7B1. Grayscale: #5F5F5F. Windows color (decimal): -5097394 or 5126322. OLE color: 5126322.

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

Color convert

RGB 178 56 78 -
CMYK 0 0.69 0.56 0.30
HSL 349.18º 0.52% 0.46% -
HSV(B) 349.18º 0.69% 0.7% -
XYZ 21.15 12.84 8.57 -
YUV 94.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 178 56 78 0 0.69 0.56 0.30 349.18 0.52 0.46
Hex B2 38 4E 0 45 38 1E 15D 34 2E
Octal 262 70 116 0 105 70 36 535 64 56
Binary 10110010 111000 1001110 0 1000101 111000 11110 101011101 110100 101110

Color Harmonies of #B2384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2384E

Black with #B2384E

Text Example


Text Example

White with #B2384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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