Html Css Color HEX #B07B55 Medium Wood

📋 copy color: '#B07B55'

red 176 ◦ green 123 ◦ blue 85

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

Shades of Medium Wood #B07B55

Tints of Medium Wood #B07B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 45.83%
G = 32.03%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07B55 (or 0xB07B55) is known color: Medium Wood. HEX triplet: B0, 7B and 55. RGB value is (176,123,85). Sum of RGB (Red+Green+Blue) = 176+123+85=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B55 is #4F84AA. Grayscale: #868686. Windows color (decimal): -5211307 or 5602224. OLE color: 5602224.

HSL color Cylindrical-coordinate representation of color #B07B55: hue angle of 25.05º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07B55 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 85 -
CMYK 0 0.30 0.52 0.31
HSL 25.05º 0.37% 0.51% -
HSV(B) 25.05º 0.52% 0.69% -
XYZ 26.63 24.05 11.83 -
YUV 134.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 176 123 85 0 0.30 0.52 0.31 25.05 0.37 0.51
Hex B0 7B 55 0 1E 34 1F 19 25 33
Octal 260 173 125 0 36 64 37 31 45 63
Binary 10110000 1111011 1010101 0 11110 110100 11111 11001 100101 110011

Color Harmonies of #B07B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B55

Black with #B07B55

Text Example


Text Example

White with #B07B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B55; }

 p { color: rgb(176,123,85); }

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

background-color css

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

 a { background-color: rgb(176,123,85); }

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

border-color css

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

 span { border-color: rgb(176,123,85); }

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