Html Css Color HEX #B98358 Twine

📋 copy color: '#B98358'

red 185 ◦ green 131 ◦ blue 88

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

Shades of Twine #B98358

Tints of Twine #B98358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 45.79%
G = 32.43%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B98358 (or 0xB98358) is known color: Twine. HEX triplet: B9, 83 and 58. RGB value is (185,131,88). Sum of RGB (Red+Green+Blue) = 185+131+88=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B98358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98358 is #467CA7. Grayscale: #8E8E8E. Windows color (decimal): -4619432 or 5800889. OLE color: 5800889.

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

Color convert

RGB 185 131 88 -
CMYK 0 0.29 0.52 0.27
HSL 26.6º 0.41% 0.54% -
HSV(B) 26.6º 0.52% 0.73% -
XYZ 29.89 27.25 12.92 -
YUV 142.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 185 131 88 0 0.29 0.52 0.27 26.6 0.41 0.54
Hex B9 83 58 0 1D 34 1B 1B 29 36
Octal 271 203 130 0 35 64 33 33 51 66
Binary 10111001 10000011 1011000 0 11101 110100 11011 11011 101001 110110

Color Harmonies of #B98358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98358

Black with #B98358

Text Example


Text Example

White with #B98358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98358; }

 p { color: rgb(185,131,88); }

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

background-color css

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

 a { background-color: rgb(185,131,88); }

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

border-color css

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

 span { border-color: rgb(185,131,88); }

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