Html Css Color HEX #B6394C Old Rose

📋 copy color: '#B6394C'

red 182 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #B6394C

Tints of Old Rose #B6394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 57.78%
G = 18.1%
B = 24.13%

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

#B6394C (or 0xB6394C) is known color: Old Rose. HEX triplet: B6, 39 and 4C. RGB value is (182,57,76). Sum of RGB (Red+Green+Blue) = 182+57+76=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6394C is #49C6B3. Grayscale: #606060. Windows color (decimal): -4834996 or 4995510. OLE color: 4995510.

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

Color convert

RGB 182 57 76 -
CMYK 0 0.69 0.58 0.29
HSL 350.88º 0.52% 0.47% -
HSV(B) 350.88º 0.69% 0.71% -
XYZ 22.06 13.39 8.26 -
YUV 96.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 182 57 76 0 0.69 0.58 0.29 350.88 0.52 0.47
Hex B6 39 4C 0 45 3A 1D 15F 34 2F
Octal 266 71 114 0 105 72 35 537 64 57
Binary 10110110 111001 1001100 0 1000101 111010 11101 101011111 110100 101111

Color Harmonies of #B6394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6394C

Black with #B6394C

Text Example


Text Example

White with #B6394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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