Html Css Color HEX #B67C5A Medium Wood

📋 copy color: '#B67C5A'

red 182 ◦ green 124 ◦ blue 90

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

Shades of Medium Wood #B67C5A

Tints of Medium Wood #B67C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 45.96%
G = 31.31%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B67C5A (or 0xB67C5A) is known color: Medium Wood. HEX triplet: B6, 7C and 5A. RGB value is (182,124,90). Sum of RGB (Red+Green+Blue) = 182+124+90=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C5A is #4983A5. Grayscale: #898989. Windows color (decimal): -4817830 or 5930166. OLE color: 5930166.

HSL color Cylindrical-coordinate representation of color #B67C5A: hue angle of 22.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67C5A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 90 -
CMYK 0 0.32 0.51 0.29
HSL 22.17º 0.39% 0.53% -
HSV(B) 22.17º 0.51% 0.71% -
XYZ 28.34 25.1 13.02 -
YUV 137.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 182 124 90 0 0.32 0.51 0.29 22.17 0.39 0.53
Hex B6 7C 5A 0 20 33 1D 16 27 35
Octal 266 174 132 0 40 63 35 26 47 65
Binary 10110110 1111100 1011010 0 100000 110011 11101 10110 100111 110101

Color Harmonies of #B67C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C5A

Black with #B67C5A

Text Example


Text Example

White with #B67C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C5A; }

 p { color: rgb(182,124,90); }

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

background-color css

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

 a { background-color: rgb(182,124,90); }

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

border-color css

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

 span { border-color: rgb(182,124,90); }

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