Html Css Color HEX #B98A5D Twine

📋 copy color: '#B98A5D'

red 185 ◦ green 138 ◦ blue 93

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

Shades of Twine #B98A5D

Tints of Twine #B98A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 44.47%
G = 33.17%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B98A5D (or 0xB98A5D) is known color: Twine. HEX triplet: B9, 8A and 5D. RGB value is (185,138,93). Sum of RGB (Red+Green+Blue) = 185+138+93=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A5D is #4675A2. Grayscale: #939393. Windows color (decimal): -4617635 or 6130361. OLE color: 6130361.

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

Color convert

RGB 185 138 93 -
CMYK 0 0.25 0.50 0.27
HSL 29.35º 0.4% 0.55% -
HSV(B) 29.35º 0.5% 0.73% -
XYZ 31.07 29.28 14.37 -
YUV 146.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 185 138 93 0 0.25 0.50 0.27 29.35 0.4 0.55
Hex B9 8A 5D 0 19 32 1B 1D 28 37
Octal 271 212 135 0 31 62 33 35 50 67
Binary 10111001 10001010 1011101 0 11001 110010 11011 11101 101000 110111

Color Harmonies of #B98A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A5D

Black with #B98A5D

Text Example


Text Example

White with #B98A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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