Html Css Color HEX #B98550 Twine

📋 copy color: '#B98550'

red 185 ◦ green 133 ◦ blue 80

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

Shades of Twine #B98550

Tints of Twine #B98550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 46.48%
G = 33.42%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B98550 (or 0xB98550) is known color: Twine. HEX triplet: B9, 85 and 50. RGB value is (185,133,80). Sum of RGB (Red+Green+Blue) = 185+133+80=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B98550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98550 is #467AAF. Grayscale: #8E8E8E. Windows color (decimal): -4618928 or 5277113. OLE color: 5277113.

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

Color convert

RGB 185 133 80 -
CMYK 0 0.28 0.57 0.27
HSL 30.29º 0.43% 0.52% -
HSV(B) 30.29º 0.57% 0.73% -
XYZ 29.84 27.67 11.36 -
YUV 142.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 185 133 80 0 0.28 0.57 0.27 30.29 0.43 0.52
Hex B9 85 50 0 1C 39 1B 1E 2B 34
Octal 271 205 120 0 34 71 33 36 53 64
Binary 10111001 10000101 1010000 0 11100 111001 11011 11110 101011 110100

Color Harmonies of #B98550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98550

Black with #B98550

Text Example


Text Example

White with #B98550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98550; }

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

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

background-color css

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

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

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

border-color css

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

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

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