Html Css Color HEX #B98A54 Twine

📋 copy color: '#B98A54'

red 185 ◦ green 138 ◦ blue 84

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

Shades of Twine #B98A54

Tints of Twine #B98A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 45.45%
G = 33.91%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B98A54 (or 0xB98A54) is known color: Twine. HEX triplet: B9, 8A and 54. RGB value is (185,138,84). Sum of RGB (Red+Green+Blue) = 185+138+84=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A54 is #4675AB. Grayscale: #929292. Windows color (decimal): -4617644 or 5540537. OLE color: 5540537.

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

Color convert

RGB 185 138 84 -
CMYK 0 0.25 0.55 0.27
HSL 32.08º 0.42% 0.53% -
HSV(B) 32.08º 0.55% 0.73% -
XYZ 30.7 29.13 12.39 -
YUV 145.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 185 138 84 0 0.25 0.55 0.27 32.08 0.42 0.53
Hex B9 8A 54 0 19 37 1B 20 2A 35
Octal 271 212 124 0 31 67 33 40 52 65
Binary 10111001 10001010 1010100 0 11001 110111 11011 100000 101010 110101

Color Harmonies of #B98A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A54

Black with #B98A54

Text Example


Text Example

White with #B98A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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