Html Css Color HEX #B27A56 Medium Wood

📋 copy color: '#B27A56'

red 178 ◦ green 122 ◦ blue 86

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

Shades of Medium Wood #B27A56

Tints of Medium Wood #B27A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 86 (33.98% from 255) = 22.28%

R = 46.11%
G = 31.61%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B27A56 (or 0xB27A56) is known color: Medium Wood. HEX triplet: B2, 7A and 56. RGB value is (178,122,86). Sum of RGB (Red+Green+Blue) = 178+122+86=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A56 is #4D85A9. Grayscale: #868686. Windows color (decimal): -5080490 or 5667506. OLE color: 5667506.

HSL color Cylindrical-coordinate representation of color #B27A56: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27A56 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 86 -
CMYK 0 0.31 0.52 0.30
HSL 23.48º 0.37% 0.52% -
HSV(B) 23.48º 0.52% 0.7% -
XYZ 27 24.06 12.02 -
YUV 134.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 178 122 86 0 0.31 0.52 0.30 23.48 0.37 0.52
Hex B2 7A 56 0 1F 34 1E 17 25 34
Octal 262 172 126 0 37 64 36 27 45 64
Binary 10110010 1111010 1010110 0 11111 110100 11110 10111 100101 110100

Color Harmonies of #B27A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A56

Black with #B27A56

Text Example


Text Example

White with #B27A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A56; }

 p { color: rgb(178,122,86); }

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

background-color css

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

 a { background-color: rgb(178,122,86); }

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

border-color css

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

 span { border-color: rgb(178,122,86); }

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