Html Css Color HEX #B18269 Medium Wood

📋 copy color: '#B18269'

red 177 ◦ green 130 ◦ blue 105

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

Shades of Medium Wood #B18269

Tints of Medium Wood #B18269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 42.96%
G = 31.55%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B18269 (or 0xB18269) is known color: Medium Wood. HEX triplet: B1, 82 and 69. RGB value is (177,130,105). Sum of RGB (Red+Green+Blue) = 177+130+105=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18269 is #4E7D96. Grayscale: #8D8D8D. Windows color (decimal): -5143959 or 6914737. OLE color: 6914737.

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

Color convert

RGB 177 130 105 -
CMYK 0 0.27 0.41 0.31
HSL 20.83º 0.32% 0.55% -
HSV(B) 20.83º 0.41% 0.69% -
XYZ 28.66 26.33 16.94 -
YUV 141.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 177 130 105 0 0.27 0.41 0.31 20.83 0.32 0.55
Hex B1 82 69 0 1B 29 1F 15 20 37
Octal 261 202 151 0 33 51 37 25 40 67
Binary 10110001 10000010 1101001 0 11011 101001 11111 10101 100000 110111

Color Harmonies of #B18269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18269

Black with #B18269

Text Example


Text Example

White with #B18269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18269; }

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

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

background-color css

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

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

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

border-color css

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

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

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