Html Css Color HEX #B07A55 Medium Wood

📋 copy color: '#B07A55'

red 176 ◦ green 122 ◦ blue 85

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

Shades of Medium Wood #B07A55

Tints of Medium Wood #B07A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 45.95%
G = 31.85%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07A55 (or 0xB07A55) is known color: Medium Wood. HEX triplet: B0, 7A and 55. RGB value is (176,122,85). Sum of RGB (Red+Green+Blue) = 176+122+85=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A55 is #4F85AA. Grayscale: #868686. Windows color (decimal): -5211563 or 5601968. OLE color: 5601968.

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

Color convert

RGB 176 122 85 -
CMYK 0 0.31 0.52 0.31
HSL 24.4º 0.37% 0.51% -
HSV(B) 24.4º 0.52% 0.69% -
XYZ 26.5 23.81 11.79 -
YUV 133.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 176 122 85 0 0.31 0.52 0.31 24.4 0.37 0.51
Hex B0 7A 55 0 1F 34 1F 18 25 33
Octal 260 172 125 0 37 64 37 30 45 63
Binary 10110000 1111010 1010101 0 11111 110100 11111 11000 100101 110011

Color Harmonies of #B07A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A55

Black with #B07A55

Text Example


Text Example

White with #B07A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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