Html Css Color HEX #B1825E Medium Wood

📋 copy color: '#B1825E'

red 177 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #B1825E

Tints of Medium Wood #B1825E

RGB

 RED value IS 177 (69.53% from 255) = 44.14%

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 44.14%
G = 32.42%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1825E (or 0xB1825E) is known color: Medium Wood. HEX triplet: B1, 82 and 5E. RGB value is (177,130,94). Sum of RGB (Red+Green+Blue) = 177+130+94=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1825E is #4E7DA1. Grayscale: #8C8C8C. Windows color (decimal): -5143970 or 6193841. OLE color: 6193841.

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

Color convert

RGB 177 130 94 -
CMYK 0 0.27 0.47 0.31
HSL 26.02º 0.35% 0.53% -
HSV(B) 26.02º 0.47% 0.69% -
XYZ 28.13 26.12 14.15 -
YUV 139.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 177 130 94 0 0.27 0.47 0.31 26.02 0.35 0.53
Hex B1 82 5E 0 1B 2F 1F 1A 23 35
Octal 261 202 136 0 33 57 37 32 43 65
Binary 10110001 10000010 1011110 0 11011 101111 11111 11010 100011 110101

Color Harmonies of #B1825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1825E

Black with #B1825E

Text Example


Text Example

White with #B1825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1825E; }

 p { color: rgb(177,130,94); }

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

background-color css

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

 a { background-color: rgb(177,130,94); }

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

border-color css

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

 span { border-color: rgb(177,130,94); }

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