Html Css Color HEX #B18469 Medium Wood

📋 copy color: '#B18469'

red 177 ◦ green 132 ◦ blue 105

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

Shades of Medium Wood #B18469

Tints of Medium Wood #B18469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

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

R = 42.75%
G = 31.88%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B18469 (or 0xB18469) is known color: Medium Wood. HEX triplet: B1, 84 and 69. RGB value is (177,132,105). Sum of RGB (Red+Green+Blue) = 177+132+105=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B18469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18469 is #4E7B96. Grayscale: #8E8E8E. Windows color (decimal): -5143447 or 6915249. OLE color: 6915249.

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

Color convert

RGB 177 132 105 -
CMYK 0 0.25 0.41 0.31
HSL 22.5º 0.32% 0.55% -
HSV(B) 22.5º 0.41% 0.69% -
XYZ 28.93 26.87 17.03 -
YUV 142.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 177 132 105 0 0.25 0.41 0.31 22.5 0.32 0.55
Hex B1 84 69 0 19 29 1F 16 20 37
Octal 261 204 151 0 31 51 37 26 40 67
Binary 10110001 10000100 1101001 0 11001 101001 11111 10110 100000 110111

Color Harmonies of #B18469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18469

Black with #B18469

Text Example


Text Example

White with #B18469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18469; }

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

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

background-color css

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

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

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

border-color css

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

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

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