Html Css Color HEX #B98450 Twine

📋 copy color: '#B98450'

red 185 ◦ green 132 ◦ blue 80

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

Shades of Twine #B98450

Tints of Twine #B98450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 46.6%
G = 33.25%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B98450 (or 0xB98450) is known color: Twine. HEX triplet: B9, 84 and 50. RGB value is (185,132,80). Sum of RGB (Red+Green+Blue) = 185+132+80=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B98450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98450 is #467BAF. Grayscale: #8E8E8E. Windows color (decimal): -4619184 or 5276857. OLE color: 5276857.

HSL color Cylindrical-coordinate representation of color #B98450: hue angle of 29.71º 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 #B98450 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 80 -
CMYK 0 0.29 0.57 0.27
HSL 29.71º 0.43% 0.52% -
HSV(B) 29.71º 0.57% 0.73% -
XYZ 29.71 27.4 11.31 -
YUV 141.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 185 132 80 0 0.29 0.57 0.27 29.71 0.43 0.52
Hex B9 84 50 0 1D 39 1B 1E 2B 34
Octal 271 204 120 0 35 71 33 36 53 64
Binary 10111001 10000100 1010000 0 11101 111001 11011 11110 101011 110100

Color Harmonies of #B98450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98450

Black with #B98450

Text Example


Text Example

White with #B98450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98450; }

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

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

background-color css

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

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

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

border-color css

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

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

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