Html Css Color HEX #B98469 Medium Wood

📋 copy color: '#B98469'

red 185 ◦ green 132 ◦ blue 105

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

Shades of Medium Wood #B98469

Tints of Medium Wood #B98469

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

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

R = 43.84%
G = 31.28%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B98469 (or 0xB98469) is known color: Medium Wood. HEX triplet: B9, 84 and 69. RGB value is (185,132,105). Sum of RGB (Red+Green+Blue) = 185+132+105=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B98469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98469 is #467B96. Grayscale: #909090. Windows color (decimal): -4619159 or 6915257. OLE color: 6915257.

HSL color Cylindrical-coordinate representation of color #B98469: hue angle of 20.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98469 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 105 -
CMYK 0 0.29 0.43 0.27
HSL 20.25º 0.36% 0.57% -
HSV(B) 20.25º 0.43% 0.73% -
XYZ 30.81 27.84 17.11 -
YUV 144.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 185 132 105 0 0.29 0.43 0.27 20.25 0.36 0.57
Hex B9 84 69 0 1D 2B 1B 14 24 39
Octal 271 204 151 0 35 53 33 24 44 71
Binary 10111001 10000100 1101001 0 11101 101011 11011 10100 100100 111001

Color Harmonies of #B98469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98469

Black with #B98469

Text Example


Text Example

White with #B98469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98469; }

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

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

background-color css

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

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

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

border-color css

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

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

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