Html Css Color HEX #B98A5E Twine

📋 copy color: '#B98A5E'

red 185 ◦ green 138 ◦ blue 94

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

Shades of Twine #B98A5E

Tints of Twine #B98A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 44.36%
G = 33.09%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B98A5E (or 0xB98A5E) is known color: Twine. HEX triplet: B9, 8A and 5E. RGB value is (185,138,94). Sum of RGB (Red+Green+Blue) = 185+138+94=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A5E is #4675A1. Grayscale: #939393. Windows color (decimal): -4617634 or 6195897. OLE color: 6195897.

HSL color Cylindrical-coordinate representation of color #B98A5E: hue angle of 29.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B98A5E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 94 -
CMYK 0 0.25 0.49 0.27
HSL 29.01º 0.39% 0.55% -
HSV(B) 29.01º 0.49% 0.73% -
XYZ 31.12 29.3 14.61 -
YUV 147.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 185 138 94 0 0.25 0.49 0.27 29.01 0.39 0.55
Hex B9 8A 5E 0 19 31 1B 1D 27 37
Octal 271 212 136 0 31 61 33 35 47 67
Binary 10111001 10001010 1011110 0 11001 110001 11011 11101 100111 110111

Color Harmonies of #B98A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A5E

Black with #B98A5E

Text Example


Text Example

White with #B98A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A5E; }

 p { color: rgb(185,138,94); }

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

background-color css

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

 a { background-color: rgb(185,138,94); }

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

border-color css

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

 span { border-color: rgb(185,138,94); }

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