Html Css Color HEX #B07E65 Medium Wood

📋 copy color: '#B07E65'

red 176 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #B07E65

Tints of Medium Wood #B07E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 43.67%
G = 31.27%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B07E65 (or 0xB07E65) is known color: Medium Wood. HEX triplet: B0, 7E and 65. RGB value is (176,126,101). Sum of RGB (Red+Green+Blue) = 176+126+101=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E65 is #4F819A. Grayscale: #8A8A8A. Windows color (decimal): -5210523 or 6651568. OLE color: 6651568.

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

Color convert

RGB 176 126 101 -
CMYK 0 0.28 0.43 0.31
HSL 20º 0.32% 0.54% -
HSV(B) 20º 0.43% 0.69% -
XYZ 27.71 25.09 15.69 -
YUV 138.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 176 126 101 0 0.28 0.43 0.31 20 0.32 0.54
Hex B0 7E 65 0 1C 2B 1F 14 20 36
Octal 260 176 145 0 34 53 37 24 40 66
Binary 10110000 1111110 1100101 0 11100 101011 11111 10100 100000 110110

Color Harmonies of #B07E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E65

Black with #B07E65

Text Example


Text Example

White with #B07E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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