Html Css Color HEX #BA8C5B Twine

📋 copy color: '#BA8C5B'

red 186 ◦ green 140 ◦ blue 91

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

Shades of Twine #BA8C5B

Tints of Twine #BA8C5B

RGB

 RED value IS 186 (73.05% from 255) = 44.6%

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 44.6%
G = 33.57%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA8C5B (or 0xBA8C5B) is known color: Twine. HEX triplet: BA, 8C and 5B. RGB value is (186,140,91). Sum of RGB (Red+Green+Blue) = 186+140+91=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5B is #4573A4. Grayscale: #949494. Windows color (decimal): -4551589 or 5999802. OLE color: 5999802.

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

Color convert

RGB 186 140 91 -
CMYK 0 0.25 0.51 0.27
HSL 30.95º 0.41% 0.54% -
HSV(B) 30.95º 0.51% 0.73% -
XYZ 31.52 29.95 14.02 -
YUV 148.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 186 140 91 0 0.25 0.51 0.27 30.95 0.41 0.54
Hex BA 8C 5B 0 19 33 1B 1F 29 36
Octal 272 214 133 0 31 63 33 37 51 66
Binary 10111010 10001100 1011011 0 11001 110011 11011 11111 101001 110110

Color Harmonies of #BA8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C5B

Black with #BA8C5B

Text Example


Text Example

White with #BA8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C5B; }

 p { color: rgb(186,140,91); }

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

background-color css

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

 a { background-color: rgb(186,140,91); }

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

border-color css

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

 span { border-color: rgb(186,140,91); }

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