Html Css Color HEX #B27A5E Medium Wood

📋 copy color: '#B27A5E'

red 178 ◦ green 122 ◦ blue 94

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

Shades of Medium Wood #B27A5E

Tints of Medium Wood #B27A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 45.18%
G = 30.96%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B27A5E (or 0xB27A5E) is known color: Medium Wood. HEX triplet: B2, 7A and 5E. RGB value is (178,122,94). Sum of RGB (Red+Green+Blue) = 178+122+94=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A5E is #4D85A1. Grayscale: #878787. Windows color (decimal): -5080482 or 6191794. OLE color: 6191794.

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

Color convert

RGB 178 122 94 -
CMYK 0 0.31 0.47 0.30
HSL 20º 0.35% 0.53% -
HSV(B) 20º 0.47% 0.7% -
XYZ 27.34 24.19 13.82 -
YUV 135.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 178 122 94 0 0.31 0.47 0.30 20 0.35 0.53
Hex B2 7A 5E 0 1F 2F 1E 14 23 35
Octal 262 172 136 0 37 57 36 24 43 65
Binary 10110010 1111010 1011110 0 11111 101111 11110 10100 100011 110101

Color Harmonies of #B27A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A5E

Black with #B27A5E

Text Example


Text Example

White with #B27A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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