Html Css Color HEX #B07E67 Medium Wood

📋 copy color: '#B07E67'

red 176 ◦ green 126 ◦ blue 103

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

Shades of Medium Wood #B07E67

Tints of Medium Wood #B07E67

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

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

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 43.46%
G = 31.11%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07E67 (or 0xB07E67) is known color: Medium Wood. HEX triplet: B0, 7E and 67. RGB value is (176,126,103). Sum of RGB (Red+Green+Blue) = 176+126+103=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E67 is #4F8198. Grayscale: #8A8A8A. Windows color (decimal): -5210521 or 6782640. OLE color: 6782640.

HSL color Cylindrical-coordinate representation of color #B07E67: hue angle of 18.9º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B07E67 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 103 -
CMYK 0 0.28 0.41 0.31
HSL 18.9º 0.32% 0.55% -
HSV(B) 18.9º 0.41% 0.69% -
XYZ 27.81 25.13 16.22 -
YUV 138.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 176 126 103 0 0.28 0.41 0.31 18.9 0.32 0.55
Hex B0 7E 67 0 1C 29 1F 13 20 37
Octal 260 176 147 0 34 51 37 23 40 67
Binary 10110000 1111110 1100111 0 11100 101001 11111 10011 100000 110111

Color Harmonies of #B07E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E67

Black with #B07E67

Text Example


Text Example

White with #B07E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E67; }

 p { color: rgb(176,126,103); }

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

background-color css

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

 a { background-color: rgb(176,126,103); }

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

border-color css

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

 span { border-color: rgb(176,126,103); }

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