Html Css Color HEX #B0785C Medium Wood

📋 copy color: '#B0785C'

red 176 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #B0785C

Tints of Medium Wood #B0785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 45.36%
G = 30.93%
B = 23.71%

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

#B0785C (or 0xB0785C) is known color: Medium Wood. HEX triplet: B0, 78 and 5C. RGB value is (176,120,92). Sum of RGB (Red+Green+Blue) = 176+120+92=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785C is #4F87A3. Grayscale: #858585. Windows color (decimal): -5212068 or 6060208. OLE color: 6060208.

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

Color convert

RGB 176 120 92 -
CMYK 0 0.32 0.48 0.31
HSL 20º 0.35% 0.53% -
HSV(B) 20º 0.48% 0.69% -
XYZ 26.55 23.44 13.25 -
YUV 133.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 176 120 92 0 0.32 0.48 0.31 20 0.35 0.53
Hex B0 78 5C 0 20 30 1F 14 23 35
Octal 260 170 134 0 40 60 37 24 43 65
Binary 10110000 1111000 1011100 0 100000 110000 11111 10100 100011 110101

Color Harmonies of #B0785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0785C

Black with #B0785C

Text Example


Text Example

White with #B0785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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