Html Css Color HEX #B0785B Medium Wood

📋 copy color: '#B0785B'

red 176 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #B0785B

Tints of Medium Wood #B0785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 45.48%
G = 31.01%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0785B (or 0xB0785B) is known color: Medium Wood. HEX triplet: B0, 78 and 5B. RGB value is (176,120,91). Sum of RGB (Red+Green+Blue) = 176+120+91=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785B is #4F87A4. Grayscale: #858585. Windows color (decimal): -5212069 or 5994672. OLE color: 5994672.

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

Color convert

RGB 176 120 91 -
CMYK 0 0.32 0.48 0.31
HSL 20.47º 0.35% 0.52% -
HSV(B) 20.47º 0.48% 0.69% -
XYZ 26.51 23.42 13.02 -
YUV 133.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 176 120 91 0 0.32 0.48 0.31 20.47 0.35 0.52
Hex B0 78 5B 0 20 30 1F 14 23 34
Octal 260 170 133 0 40 60 37 24 43 64
Binary 10110000 1111000 1011011 0 100000 110000 11111 10100 100011 110100

Color Harmonies of #B0785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0785B

Black with #B0785B

Text Example


Text Example

White with #B0785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0785B; }

 p { color: rgb(176,120,91); }

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

background-color css

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

 a { background-color: rgb(176,120,91); }

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

border-color css

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

 span { border-color: rgb(176,120,91); }

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