Html Css Color HEX #B99054 Twine

📋 copy color: '#B99054'

red 185 ◦ green 144 ◦ blue 84

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

Shades of Twine #B99054

Tints of Twine #B99054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 44.79%
G = 34.87%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99054 (or 0xB99054) is known color: Twine. HEX triplet: B9, 90 and 54. RGB value is (185,144,84). Sum of RGB (Red+Green+Blue) = 185+144+84=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99054 is #466FAB. Grayscale: #959595. Windows color (decimal): -4616108 or 5542073. OLE color: 5542073.

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

Color convert

RGB 185 144 84 -
CMYK 0 0.22 0.55 0.27
HSL 35.64º 0.42% 0.53% -
HSV(B) 35.64º 0.55% 0.73% -
XYZ 31.58 30.9 12.69 -
YUV 149.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 185 144 84 0 0.22 0.55 0.27 35.64 0.42 0.53
Hex B9 90 54 0 16 37 1B 24 2A 35
Octal 271 220 124 0 26 67 33 44 52 65
Binary 10111001 10010000 1010100 0 10110 110111 11011 100100 101010 110101

Color Harmonies of #B99054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99054

Black with #B99054

Text Example


Text Example

White with #B99054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99054; }

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

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

background-color css

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

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

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

border-color css

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

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

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