Html Css Color HEX #B98569 Medium Wood

📋 copy color: '#B98569'

red 185 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #B98569

Tints of Medium Wood #B98569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 43.74%
G = 31.44%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B98569 (or 0xB98569) is known color: Medium Wood. HEX triplet: B9, 85 and 69. RGB value is (185,133,105). Sum of RGB (Red+Green+Blue) = 185+133+105=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98569 is #467A96. Grayscale: #919191. Windows color (decimal): -4618903 or 6915513. OLE color: 6915513.

HSL color Cylindrical-coordinate representation of color #B98569: hue angle of 21º 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 #B98569 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 105 -
CMYK 0 0.28 0.43 0.27
HSL 21º 0.36% 0.57% -
HSV(B) 21º 0.43% 0.73% -
XYZ 30.94 28.11 17.16 -
YUV 145.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 185 133 105 0 0.28 0.43 0.27 21 0.36 0.57
Hex B9 85 69 0 1C 2B 1B 15 24 39
Octal 271 205 151 0 34 53 33 25 44 71
Binary 10111001 10000101 1101001 0 11100 101011 11011 10101 100100 111001

Color Harmonies of #B98569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98569

Black with #B98569

Text Example


Text Example

White with #B98569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98569; }

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

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

background-color css

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

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

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

border-color css

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

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

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