Html Css Color HEX #B27760 Medium Wood

📋 copy color: '#B27760'

red 178 ◦ green 119 ◦ blue 96

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

Shades of Medium Wood #B27760

Tints of Medium Wood #B27760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 45.29%
G = 30.28%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27760 (or 0xB27760) is known color: Medium Wood. HEX triplet: B2, 77 and 60. RGB value is (178,119,96). Sum of RGB (Red+Green+Blue) = 178+119+96=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B27760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27760 is #4D889F. Grayscale: #868686. Windows color (decimal): -5081248 or 6322098. OLE color: 6322098.

HSL color Cylindrical-coordinate representation of color #B27760: hue angle of 16.83º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27760 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 96 -
CMYK 0 0.33 0.46 0.30
HSL 16.83º 0.35% 0.54% -
HSV(B) 16.83º 0.46% 0.7% -
XYZ 27.07 23.5 14.18 -
YUV 134.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 178 119 96 0 0.33 0.46 0.30 16.83 0.35 0.54
Hex B2 77 60 0 21 2E 1E 11 23 36
Octal 262 167 140 0 41 56 36 21 43 66
Binary 10110010 1110111 1100000 0 100001 101110 11110 10001 100011 110110

Color Harmonies of #B27760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27760

Black with #B27760

Text Example


Text Example

White with #B27760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27760; }

 p { color: rgb(178,119,96); }

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

background-color css

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

 a { background-color: rgb(178,119,96); }

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

border-color css

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

 span { border-color: rgb(178,119,96); }

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