Html Css Color HEX #B0835A Medium Wood

📋 copy color: '#B0835A'

red 176 ◦ green 131 ◦ blue 90

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

Shades of Medium Wood #B0835A

Tints of Medium Wood #B0835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 44.33%
G = 33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0835A (or 0xB0835A) is known color: Medium Wood. HEX triplet: B0, 83 and 5A. RGB value is (176,131,90). Sum of RGB (Red+Green+Blue) = 176+131+90=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0835A is #4F7CA5. Grayscale: #8B8B8B. Windows color (decimal): -5209254 or 5931952. OLE color: 5931952.

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

Color convert

RGB 176 131 90 -
CMYK 0 0.26 0.49 0.31
HSL 28.6º 0.35% 0.52% -
HSV(B) 28.6º 0.49% 0.69% -
XYZ 27.87 26.2 13.26 -
YUV 139.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 176 131 90 0 0.26 0.49 0.31 28.6 0.35 0.52
Hex B0 83 5A 0 1A 31 1F 1D 23 34
Octal 260 203 132 0 32 61 37 35 43 64
Binary 10110000 10000011 1011010 0 11010 110001 11111 11101 100011 110100

Color Harmonies of #B0835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0835A

Black with #B0835A

Text Example


Text Example

White with #B0835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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