Html Css Color HEX #B6374D Old Rose

📋 copy color: '#B6374D'

red 182 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #B6374D

Tints of Old Rose #B6374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 57.96%
G = 17.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6374D (or 0xB6374D) is known color: Old Rose. HEX triplet: B6, 37 and 4D. RGB value is (182,55,77). Sum of RGB (Red+Green+Blue) = 182+55+77=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6374D is #49C8B2. Grayscale: #5F5F5F. Windows color (decimal): -4835507 or 5060534. OLE color: 5060534.

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

Color convert

RGB 182 55 77 -
CMYK 0 0.70 0.58 0.29
HSL 349.61º 0.54% 0.46% -
HSV(B) 349.61º 0.7% 0.71% -
XYZ 22 13.21 8.41 -
YUV 95.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 182 55 77 0 0.70 0.58 0.29 349.61 0.54 0.46
Hex B6 37 4D 0 46 3A 1D 15E 36 2E
Octal 266 67 115 0 106 72 35 536 66 56
Binary 10110110 110111 1001101 0 1000110 111010 11101 101011110 110110 101110

Color Harmonies of #B6374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6374D

Black with #B6374D

Text Example


Text Example

White with #B6374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6374D; }

 p { color: rgb(182,55,77); }

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

background-color css

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

 a { background-color: rgb(182,55,77); }

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

border-color css

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

 span { border-color: rgb(182,55,77); }

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