Html Css Color HEX #B0785A Medium Wood

📋 copy color: '#B0785A'

red 176 ◦ green 120 ◦ blue 90

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

Shades of Medium Wood #B0785A

Tints of Medium Wood #B0785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 45.6%
G = 31.09%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0785A (or 0xB0785A) is known color: Medium Wood. HEX triplet: B0, 78 and 5A. RGB value is (176,120,90). Sum of RGB (Red+Green+Blue) = 176+120+90=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785A is #4F87A5. Grayscale: #858585. Windows color (decimal): -5212070 or 5929136. OLE color: 5929136.

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

Color convert

RGB 176 120 90 -
CMYK 0 0.32 0.49 0.31
HSL 20.93º 0.35% 0.52% -
HSV(B) 20.93º 0.49% 0.69% -
XYZ 26.47 23.4 12.79 -
YUV 133.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 176 120 90 0 0.32 0.49 0.31 20.93 0.35 0.52
Hex B0 78 5A 0 20 31 1F 15 23 34
Octal 260 170 132 0 40 61 37 25 43 64
Binary 10110000 1111000 1011010 0 100000 110001 11111 10101 100011 110100

Color Harmonies of #B0785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0785A

Black with #B0785A

Text Example


Text Example

White with #B0785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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