Html Css Color HEX #B07E6B Medium Wood

📋 copy color: '#B07E6B'

red 176 ◦ green 126 ◦ blue 107

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

Shades of Medium Wood #B07E6B

Tints of Medium Wood #B07E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 43.03%
G = 30.81%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B07E6B (or 0xB07E6B) is known color: Medium Wood. HEX triplet: B0, 7E and 6B. RGB value is (176,126,107). Sum of RGB (Red+Green+Blue) = 176+126+107=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E6B is #4F8194. Grayscale: #8A8A8A. Windows color (decimal): -5210517 or 7044784. OLE color: 7044784.

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

Color convert

RGB 176 126 107 -
CMYK 0 0.28 0.39 0.31
HSL 16.52º 0.3% 0.55% -
HSV(B) 16.52º 0.39% 0.69% -
XYZ 28.02 25.21 17.3 -
YUV 138.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 176 126 107 0 0.28 0.39 0.31 16.52 0.3 0.55
Hex B0 7E 6B 0 1C 27 1F 11 1E 37
Octal 260 176 153 0 34 47 37 21 36 67
Binary 10110000 1111110 1101011 0 11100 100111 11111 10001 11110 110111

Color Harmonies of #B07E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E6B

Black with #B07E6B

Text Example


Text Example

White with #B07E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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