Html Css Color HEX #B6384C Old Rose

📋 copy color: '#B6384C'

red 182 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #B6384C

Tints of Old Rose #B6384C

RGB

 RED value IS 182 (71.48% from 255) = 57.96%

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

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

R = 57.96%
G = 17.83%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6384C (or 0xB6384C) is known color: Old Rose. HEX triplet: B6, 38 and 4C. RGB value is (182,56,76). Sum of RGB (Red+Green+Blue) = 182+56+76=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6384C is #49C7B3. Grayscale: #606060. Windows color (decimal): -4835252 or 4995254. OLE color: 4995254.

HSL color Cylindrical-coordinate representation of color #B6384C: hue angle of 350.48º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6384C is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 76 -
CMYK 0 0.69 0.58 0.29
HSL 350.48º 0.53% 0.47% -
HSV(B) 350.48º 0.69% 0.71% -
XYZ 22.01 13.3 8.24 -
YUV 95.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 182 56 76 0 0.69 0.58 0.29 350.48 0.53 0.47
Hex B6 38 4C 0 45 3A 1D 15E 35 2F
Octal 266 70 114 0 105 72 35 536 65 57
Binary 10110110 111000 1001100 0 1000101 111010 11101 101011110 110101 101111

Color Harmonies of #B6384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6384C

Black with #B6384C

Text Example


Text Example

White with #B6384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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