#B27A58

Color #B27A58 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B27A58

Tints of Medium Wood #B27A58

Color information

#B27A58 (or 0xB27A58) is unknown color: approx Medium Wood. HEX triplet: B2, 7A and 58. RGB value is (178,122,88). Sum of RGB (Red+Green+Blue) = 178+122+88=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A58 is #4D85A7. Grayscale: #878787. Windows color (decimal): -5080488 or 5798578. OLE color: 5798578.

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

Color convert

RGB17812288-
CMYK00.310.510.30
HSL22.67º36.89%52.16%-
HSV(B)22.67º50.56%69.8%-
XYZ27.0824.0912.45-
YUV134.87101.55158.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=45.88%
G=31.44%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781228800.310.510.3022.6736.8952.16
HexB27A5801F331E172534
Octal2621721300376336274564
Binary10110010111101010110000111111100111111010111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A58; }

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

 H1.HeaderClassName
 {
   color: #B27A58;
 }
 .AnyTagClassName
 {
   color: #B27A58;
 }
</style>
background-color css

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

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

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

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

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

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