Html Css Color HEX #B6364E Old Rose

📋 copy color: '#B6364E'

red 182 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #B6364E

Tints of Old Rose #B6364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 57.96%
G = 17.2%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6364E (or 0xB6364E) is known color: Old Rose. HEX triplet: B6, 36 and 4E. RGB value is (182,54,78). Sum of RGB (Red+Green+Blue) = 182+54+78=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6364E is #49C9B1. Grayscale: #5F5F5F. Windows color (decimal): -4835762 or 5125814. OLE color: 5125814.

HSL color Cylindrical-coordinate representation of color #B6364E: hue angle of 348.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6364E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 78 -
CMYK 0 0.70 0.57 0.29
HSL 348.75º 0.54% 0.46% -
HSV(B) 348.75º 0.7% 0.71% -
XYZ 21.99 13.13 8.58 -
YUV 95.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 182 54 78 0 0.70 0.57 0.29 348.75 0.54 0.46
Hex B6 36 4E 0 46 39 1D 15D 36 2E
Octal 266 66 116 0 106 71 35 535 66 56
Binary 10110110 110110 1001110 0 1000110 111001 11101 101011101 110110 101110

Color Harmonies of #B6364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6364E

Black with #B6364E

Text Example


Text Example

White with #B6364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6364E; }

 p { color: rgb(182,54,78); }

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

background-color css

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

 a { background-color: rgb(182,54,78); }

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

border-color css

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

 span { border-color: rgb(182,54,78); }

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