Html Css Color HEX #B67E5A Medium Wood

📋 copy color: '#B67E5A'

red 182 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #B67E5A

Tints of Medium Wood #B67E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 45.73%
G = 31.66%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B67E5A (or 0xB67E5A) is known color: Medium Wood. HEX triplet: B6, 7E and 5A. RGB value is (182,126,90). Sum of RGB (Red+Green+Blue) = 182+126+90=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E5A is #4981A5. Grayscale: #8A8A8A. Windows color (decimal): -4817318 or 5930678. OLE color: 5930678.

HSL color Cylindrical-coordinate representation of color #B67E5A: hue angle of 23.48º 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 #B67E5A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 126 90 -
CMYK 0 0.31 0.51 0.29
HSL 23.48º 0.39% 0.53% -
HSV(B) 23.48º 0.51% 0.71% -
XYZ 28.6 25.6 13.11 -
YUV 138.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 182 126 90 0 0.31 0.51 0.29 23.48 0.39 0.53
Hex B6 7E 5A 0 1F 33 1D 17 27 35
Octal 266 176 132 0 37 63 35 27 47 65
Binary 10110110 1111110 1011010 0 11111 110011 11101 10111 100111 110101

Color Harmonies of #B67E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E5A

Black with #B67E5A

Text Example


Text Example

White with #B67E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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